摘要: https://blog.csdn.net/sinat_27933301/article/details/78447168 阅读全文
posted @ 2018-08-02 22:20 我的博客笔记 阅读(386) 评论(0) 推荐(0) 编辑
摘要: html,css,js,简单的网页留言板 阅读全文
posted @ 2018-07-26 13:58 我的博客笔记 阅读(4193) 评论(1) 推荐(0) 编辑
摘要: scroll、offset和client的区别 整体布局: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 <!DOCTYPE> <head> <meta http-equiv="Con 阅读全文
posted @ 2018-07-26 13:27 我的博客笔记 阅读(201) 评论(0) 推荐(0) 编辑
摘要: html,css,js,反弹的js效果 阅读全文
posted @ 2018-07-25 23:12 我的博客笔记 阅读(205) 评论(0) 推荐(0) 编辑
摘要: html,css,js,贪吃蛇网页游戏 阅读全文
posted @ 2018-07-25 23:07 我的博客笔记 阅读(720) 评论(0) 推荐(0) 编辑
摘要: html,css,js,文件管理上传 阅读全文
posted @ 2018-07-25 22:54 我的博客笔记 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 游戏效果实现如下: 游戏代码如下: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>猿说教育飞机大战V1.0</title> <style type="text/css"> #gameBox{ width: 500px; heigh 阅读全文
posted @ 2018-07-25 22:06 我的博客笔记 阅读(571) 评论(0) 推荐(0) 编辑
摘要: php实现动态交互欢迎界面 阅读全文
posted @ 2018-07-24 22:48 我的博客笔记 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 对话框实现效果如图: 实现的代码如下: <!DOCTYPE html><html><head> <title>京东在线客服</title> <!--页面的编码集 gbk gb2312 国际化编码 utf-8--> <meta charset="utf-8"> <style type="text/cs 阅读全文
posted @ 2018-07-24 22:41 我的博客笔记 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: 相册实现效果如图: html和css及js 代码如下: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>石健涛</title> </head> <body> <style> body{ background: url(imag 阅读全文
posted @ 2018-07-24 22:34 我的博客笔记 阅读(2004) 评论(2) 推荐(0) 编辑