Hello,
Another issue I am having with ul li and IE.
I have an unordered list with a bullet point. All looks fine in Chrome and Firefox, but in IE the bullets have a left indent that is not supposed to be there and there is no gap between the bullet and the text.
Code:
HTML Code:} .content ul { list-style-type: none; margin: 0px; padding: 0px; } .content ul li { margin-right: 0px; margin-top: 0px; margin-bottom: 4px; list-style-image: url(../images/bullet.gif); padding: 0px; list-style-position: inside; }





Reply With Quote




Bookmarks