摘要: 1、当元素或者是它的包裹层设置了绝对定位或者是浮动,那么margin:0 auto;自动居中的效果就不会实现。 2、盒子模型的三位立体结构图中从第一层到第五层依次为:border、content+padding、background-image、background-color、margin。 3、 阅读全文
posted @ 2016-12-15 23:28 fireporsche 阅读(852) 评论(0) 推荐(0) 编辑
摘要: #menu{ height: 65px; width:100%; background-color: rgba(0, 0, 0, 0.5);}#menu ul{ list-style: none;}#menu ul li{ float: left; position: relative;/*如果这里 阅读全文
posted @ 2016-12-15 19:17 fireporsche 阅读(510) 评论(0) 推荐(0) 编辑
摘要: //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) 编辑