Monday, July 14th, 2008...10:39 am

List Item Indentation in IE6

Jump to Comments

trash-ie6.jpgI just recently came across an issue where I couldn’t figure out why my list items <li> tags where being indented in IE6. My CSS file had the proper margins and paddings set and, naturally, it worked fine in every single other browser except IE6.

Well, it turns out one simple CSS rule was causing my problem and if you are having the same issue, you might want to check if you have the “offending” rule in your CSS as well.

list-style-position: inside;

Simply remove the list-style-position rule and the indentation behaves like you expected.

To those of you out there still using IE6, please, please, please help save the developers.

Leave a Reply