UL bullets weird in IE

Associate
Joined
16 May 2005
Posts
680
I've got a CSS style UL lists, one of the <LI> tags content wraps, which is fine in firefox but in IE instead of the bullet point being to the left of the top line it's to the left of the bottom one?

I'm using

Code:
list-style-type: square;
list-style-position: inside;

Cheers
 
Bump with image if I've confused the situation

ul_issue.gif
 
Back
Top Bottom