Jump to content

<UL> - <LI> has strange gaps in IE


glenelkins

Recommended Posts

Hi

 

In IE on an unordered list there appears to be a few pixel gap between each <LI> item. I have looked all over for a solution and all of them  ( apparently tried and tested ) don't work! They all say it happens when using display: block or display: inline-block  ... but im not using either and its still happening. Here is the css:

 

#navigation_left ul {

margin: 0px;
padding: 0px;

margin-left: 10px;
margin-top: 15px;

list-style: none;

}

#navigation_left li {

margin: 0px;
padding: 0px;

font-size: 8pt;
font-weight: bold;

color: #FFFFFF;
}


#navigation_left li a:link { font-weight: bold; font-size: 8pt; color: #FFFFFF; text-decoration: none; }
#navigation_left li a:visited { font-weight: bold; font-size: 8pt; color: #FFFFFF; text-decoration: none; }
#navigation_left li a:hover { font-weight: bold; font-size: 8pt; color: #FFFFFF; text-decoration: underline; }

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.