I have two ul's (.listone and .listtwo respectfully) floated left and the other right. The list-style:circle; works in every browser except for ie7 =< . In ie7 the list-style is just ignored. How can I fix this?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
try Although the most likely problem, is that with floating the the the circles might be hidding behind the adjacent elements.. try giving your |
|||
|
|
|
Try the following:
IE7 is most likely considering the list markers below the z-index of the list items themselves or bounding elements, but if the list markers are inside the list items their display should be forced. |
|||
|
|