讨论IE6/IE7中li底部4px的Bug_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:31:55
Original
1003 people have browsed it

当li的子元素中有浮动(float)时,IE6/IE7中

  • 元素的下面会产生4px空隙的bug。

    XHTML

    • vapour
    • 百度
    • 淘宝
    • 迅雷
    Copy after login

    经过测试发现:li的子元素浮动是这个bug产生的必要条件,这个bug产生的充要条件是li的子元素浮动并且li设置了以下CSS属性之一:width、height、zoom、padding-top、padding-bottom、margin-top、margin-bottom。

    知道了这个bug的产生条件,所以解决方法也就有了:

    方法1 #list div设置clear:left|both,这时#list li不能设置width、height、zoom。 方法2 #list li设置float:left,这时#list li可以设置width、height、zoom。 #list li设置clear:left|both,这时#list li不能设置width、height、zoom。 方法3

    IE6/IE7的这个Bug可以通过给li中的div设置vertical-align:top|middle|bottom解决。太怪异了,只要加上vertical-align的值是三者之一即可。

    IE6/IE7中li底部3px的Bug
    
    • vapour
    • 百度
    • 淘宝
    • 迅雷

    • vapour
    • 百度
    • 淘宝
    • 迅雷

    • vapour
    • 百度
    • 淘宝
    • 迅雷

    • vapour
    • 百度
    • 淘宝
    • 迅雷
    Copy after login

    firefly

  • source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!