当做小说看一看。
you can get the book at http://www.intel.com/products/processor/manuals/index.htm
当做小说看一看。
you can get the book at http://www.intel.com/products/processor/manuals/index.htm
需要时间总结一下。
注意: 这个bug也通过 CS solution to "Float Squeeze Weird Gap Bug"修正
我们将要用IEbug修正瑞士军刀来修正这个bug,不,我不是在说layout属性,即时给我们的胖元素设置了layout,那么也只能修正IE7中的bug,而不能修正IE6,让我们看一下例子:
修正的例子在 separate page
<div> <p> <span>A</span> <span>B</span> <span>C</span> </p> </div>
div { width: 100px; }
p { margin-right: 1px; }
span { float: left; width: 120px; position: relative; }
唯一改变了的是我们添加 position property 并设置属性 relative 在我们的浮动元素span上.