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
Cheers
I'm using
Code:
list-style-type: square;
list-style-position: inside;
Cheers