Click to See Complete Forum and Search --> : spacing issue between <li>


royhobbs
11-23-2009, 06:55 PM
thanks for viewing.

i am having an issue with the spacing between an <li> the problem is that between IE and Firefox that they look completely different.

http://www.crower.com/index99.html

please view this and let me know why they look different i am going for the look in Firefox but i cant get this to work properly. CSS is embedded within the file. thanks again.

Coyotelab
11-23-2009, 08:19 PM
This should fix your problem, by adding line-height and height to li:

div#sp-left-column li {
border-top:1px solid #FFFFFF;
line-height:30px;
height: 30px;
}

royhobbs
11-23-2009, 08:54 PM
i know that works but what if i want both browsers to look exactly how it appears in IE? i dont want that much space vertically between the links.

any ideas?