Forum Moderators: not2easy

Message Too Old, No Replies

list-style

Not working in IE

         

madmatt69

8:46 pm on Mar 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Heya,

I've got the following code:

#txt li {list-style:inside; font:13px/20px "Trebuchet MS",Arial,sans-serif;}

Works great in Firefox, but IE screws it up. It doesn't show any button or symbol beside the li elements.

Anyone know what to do? I've tried changing it to disc, circle, etc and none of it works.

pageoneresults

9:29 pm on Mar 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is it possible you have a margin and/or padding on a ul element that is causing the issue?

SuzyUK

11:25 am on Mar 4, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



or is there a width/height/float on the ul.. haslayout causes problem with list bullets in IE

can you show us the CSS for the ul