Log in

View Full Version : Extra Vertical Space in IE



Bribunk
07-19-2008, 12:26 AM
I'm making a vertical menu and have it the way that I would like it to work in FF, but now it has too much space between items in IE. Any suggestions would be appreciated. Thanks.

The css code is attached and the page is posted here: www.palapastructures.com/palapastest.htm. (I know that it looks bad, but that's because I haven't uploaded any images besides the ones needed for the side menu.)

jscheuer1
07-19-2008, 04:04 AM
div#palapamenu li {
list-style-type: none;
display: inline;
}

Bribunk
07-21-2008, 04:13 PM
Great. Thanks, that fixed it perfectly.