码迷,mamicode.com
首页 > 其他好文 > 详细

子元素覆盖父元素

时间:2016-10-22 12:06:28      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:padding   .com   round   html   image   nbsp   one   ati   style   

原意是将div 下的ul覆盖了div。所以就先敲了一些代码试试

代码是这么写的

html代码是这么写的

<div>
<ul>
<li>22</li>
</ul>
</div>

 

css代码是这么写的

div { height:99px;border-bottom:1px solid yellow;padding-left:30px;padding-right: 30px;}
ul{ height:100px; background: red;}
li{height: 99px;border-bottom: 1px solid green;list-style: none;background: green;width: 100px;}

技术分享

在chrome 火狐和高版本的ie是显示正常的,但是到了ie6就变成了

技术分享

里面的Ul将div撑开了即使是相同的高度。

但如果在ul加个

position:relative;margin-bottom:-1px就一样了

 

子元素覆盖父元素

标签:padding   .com   round   html   image   nbsp   one   ati   style   

原文地址:http://www.cnblogs.com/Guoguomix/p/5987062.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!