-
Recent Posts
Recent Comments
Tags
adodb ajax android apache arguments box cache calendar css db document.ready EAN-13 excel forbidden framework getElementsByName hello world html IE java Javascript js keycode lazyload linux margin-top margin折叠 memcache mysql null php preload image QR Code session smarty wordpress xml 子主题 条形码 浮点数 盒子 质数 闲聊 雪 页面优化My Firends
Archives
Meta
Tag Archives: margin折叠
margin-top失效?
最近在处理一个页面时发现一个奇怪的现象,参考下面简单的HTML代码:
<style>
#parent {width:200px; height:200px; background-color:red;}
#child {width:100px; height:100px; margin-top:10px;background:blue;}
</style>
<div id=”parent”> <div id=”child”></div> </div>

Firefox中的margin-top:10px失效了 IE中margin-top:10px正常
Tagged css, html, margin-top, margin折叠