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
https://forums.phpfreaks.com/topic/92910-has-strange-gaps-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.