CSS 漂浮在浮动IE6边缘错误的inherted div宽度Bug

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 漂浮在浮动IE6边缘错误的inherted div宽度Bug相关的知识,希望对你有一定的参考价值。

<body>
  <div id="page">
    <div id="content" style="background-color: yellow;">
      <div id="group1573" class="cmsGroup" style="width: 50%; padding: 0%; background-color:red; display:block;">
        <!-- Bugfix for IE6 related margin width -->
     <div style="width: 100%">
        <!-- E: Bugfix -->
       <div id="cell2352" class="cmsCell" style="width: 99.6%; background-color:yellow;">
            <p>Box 1</p>
          </div>
          <div id="cell3467" class="cmsCell" style="width: 22.58%; float: left; background-color: green; margin-right: 3.09%;">
            <div>
              <p>Box 2</p>
            </div>
          </div>
          <div id="cell1574" class="cmsCell" style="width: 73.93%; background-color:#CC9966;">
            <p>Box 3</p>
          </div>
        <!-- Bugfix for IE6 related margin width -->  
        </div>
        <!-- E: Bugfix -->
   </div>
    </div>
  </div>
</body>

以上是关于CSS 漂浮在浮动IE6边缘错误的inherted div宽度Bug的主要内容,如果未能解决你的问题,请参考以下文章

CSS 错误修复:IE双边缘浮动Bug

CSS 在IE6,IE7,Firefox,Opera和Safari中清除浮动 - 一种新方法

46 浮动一 1块元素在文档流中默认垂直排列2float 元素浮动 3 元素向左上漂浮和向右上漂浮 浮动元素浮动的规则

HTML+CSS基础之兼容性问题

css清除浮动

CSS 浮动 float 属性