IE float, list indentation problem
-
I’m trying to get a CSS problem fixed and I am at my wits end.
There are two columns – ‘content’, ‘sidebar’. Content is floated to the left with a specified width. ‘Sidebar’ has a margin-right equal to the width of ‘content’.
I have a bunch of lists (links, cats, etc) in the sidebar. In FF1.0.1 it works fine, all lists in a line. In IE6 however, once the text in the content (left) column is finished (and if it is shorter in length than sidebar content), the lists indent to the left by a few pixels. I cannot figure out how to fix this. Please help!!!Also, what is this bug/issue called so I can look into this further?
Page link, ScreenshotCSS:
ul, li, ul li { list-style: none outside; margin: 0; padding: 0 0 0 5px; }
li { list-style: circle outside; }
- The topic ‘IE float, list indentation problem’ is closed to new replies.