上一页 1 ··· 14 15 16 17 18
摘要: //css代码 #menu{ height: 65px; width:100%; background-color: rgba(0, 0, 0, 0.5);}#menu ul{ list-style: none;}#menu ul li{ float: left; position: relativ 阅读全文
posted @ 2016-12-15 16:38 fireporsche 阅读(852) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/leipeng/blog/221125 阅读全文
posted @ 2016-12-14 23:35 fireporsche 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1.不适用float的方法:左可以 .left{width:200px;background:red;height:500px;position:absolute;left:0;top:0;} 右可以.right{width:300px;height:500px;position:absolute; 阅读全文
posted @ 2016-12-14 22:45 fireporsche 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 地址:http://www.cnblogs.com/Garden-blog/archive/2011/03/11/1981778.html 阅读全文
posted @ 2016-12-11 22:32 fireporsche 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 地址:http://www.w3school.com.cn/jquery/jquery_ref_ajax.asp 阅读全文
posted @ 2016-12-11 11:20 fireporsche 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 地址:http://www.w3school.com.cn/jquery/jquery_dom_add.asp 阅读全文
posted @ 2016-12-11 10:40 fireporsche 阅读(83) 评论(0) 推荐(0) 编辑
摘要: jq文档的说明是 1、after函数 定义和用法: after() 方法在被选元素后插入指定的内容。 语法: $(selector).after(content) 实例: <html> <head> <script type="text/javascript" src="/jquery/jquery 阅读全文
posted @ 2016-12-11 10:38 fireporsche 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18