IE5.x and Lists with Specified Widths
- 10th February 2004
- with Comments off for IE5.x and Lists with Specified Widths
- Filed Under: Weblog
Here's an odd one. If you specify a width on a list (mine was a ul) IE5.x treats it as if you'd set list-style-position to inside and moves the list marker dot to within the list items box. Setting list-item-style:outside won't solve this and the only way out is either to remove the list's width or set it to auto. Nice. That had me completely stumped for hours.
- Comments off for IE5.x and Lists with Specified Widths