> The list item in <ol id="lth"> are floated to the left, do I not need to
> clear them?

> PS: I've removed it and it doesn't make a difference. 



Hello Taco,

I see the width of your page is 680px; Each list item is given a width of
170px;

(from lth.css:)
#lth LI {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM:
0px; MARGIN: 0px; WIDTH: 170px; PADDING-TOP: 0px; BORDER-BOTTOM: #999999 1px
solid; LIST-STYLE-TYPE: none; BACKGROUND-COLOR: #0093dd
}

170px * 4 = 680px

Which means you are just touching the right side of the container <OL>
causing IE to wrap. If you reduce the size to 169px, the problem goes away.

Regards,
Kepler Gelotte
www.neighborwebmaster.com



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to