IE6 The following table Li blank spacing

Source: Internet
Author: User

How does it happen in IE6 the following list of Li blank spacing bugs, as follows:

Run
123456 <ul class= "List" > <li class= "list-item" ><a href= "#" > List blank Space bug</a></li> <li class= " List-item "><a href=" # > List blank spacing bug</a></li> <li class= "List-item" ><a href= "#" > List blank spacing bug</a></li> <li class= "List-item" ><a href= "#" > List blank spacing bug</a></li></ Ul>

Run
1 . List-item A{display:block;}

DEMO

As long as you set the child element of the list Li (the child element is an inline element, such as A,span), the block element will cause problems in IE6.
How to solve, as long as the haslayout to trigger IE can be resolved:
Set height (height:1%;) or width, display:inline-block;
It is also possible to set Li in the Display:inline element;

How to trigger IE's haslayout
    1. Position:absolute/inline-block;
    2. Float:left/right;
    3. Width: A value other than "Auto"
    4. Height: A value other than "auto", such as "height:1%;"
    5. Zoom: A value other than "normal"
    6. WRITING-MODE-TB-RL;

Transfer from http://jqc.me/?p=35

Set the left Li style to
Li{display:inline;} Problem solving

IE6 The following table Li blank spacing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.