PDA

Click to See Complete Forum and Search --> : unordered lists css problem


Godders
11-30-2006, 09:30 AM
Hi Guys,

I have a normal unordered list. When I preview in IE the space between each li
is larger than in FF and Opera which is making the text underneath the ul fall out the bottom of the div. Is there a IE hack or something?

Thanks

Goddders

xplod_ldg
11-30-2006, 05:57 PM
IE usualy does that.

brah
12-02-2006, 02:18 PM
total noob guess here:

ul {
margin: 0;
padding: 0;
list-style-type: none;
}

eh, I tried.