Previous Message
Next Message

IE/PC giving me extra padding on my LIs

Sent by Austin, Darrel on 3 August 2004 19:07


I apologize for not having a URL to show. I'm hoping this is a known issue.

I have this:

ul.subSiteNav li {
	margin: 0px;
	padding: 0px;
	}

ul.subSiteNav li a {
	display: block;
	margin: 0px;
	padding: 3px 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #8897a8;
	border-top: 1px solid #ccdbea;
	background-color: #aab9ca;
	}

In IE/6/PC, I have a gap between each LI. It looks fine in Firefox. It
appears that IE is picking up some extra padding somewhere, but I can't
figure out where that might be.

If I had a border to the li, then the gap goes away in IE. 

Anyone know why?

-Darrel
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: