标签:重叠 parent tran 问题 lin inline css 解决 data
问题代码:
<div id="father" style="background:#eee;">
<div id="son" style="margin-top:50px;">son</div>
</div>
<div id="father" style="background:#eee;overflow:hidden;">
<div id="son" style="margin-top:50px;">son</div>
</div>
<div id="father" style="background:#eee;border-top:1px solid transparent;">
<div id="son" style="margin-top:50px;">son</div>
</div>
<div id="father" style="background:#eee;padding-top:1px;">
<div id="son" style="margin-top:50px;">son</div>
</div>
<div id="father" style="background:#eee;">
<div id="son" style="margin-top:50px;">son</div>
</div>
标签:重叠 parent tran 问题 lin inline css 解决 data
原文地址:http://www.cnblogs.com/enginex/p/6816051.html