Home › Forums › CSS › IE Min-Width Problems… › Re: IE Min-Width Problems…
June 17, 2010 at 10:16 am
#78149
Member
I’m working on a separate css file for IE 6, so don’t worry about that now.
Here’s a picture to describe my problem…
[img]http://v2.harrisonhigh.org/cssproblem.jpg[/img]
See how the dark highlight color doesn’t span the entire width? I know why this is happening, just not how to fix it. IE resizes the unordered list to fit the biggest list item. It doesn’t resize the other list items to fit that width though, like all other browsers. 100% doesn’t work because there is no defined width, only a min-width.
Thanks guys