Forum Moderators: not2easy
are you trying to set a fixed height on the <li> elements, and if so what version(s) of IE?
IE6 and below has an expanding box problem where it expands elements both widthways and heightways, overriding your explicit width/height values, so if your height is more than you expect, it could be that the required/default line-height is more than you've specified.. the "required" line-height is dependant on the font being used and is usually about 4-6px more than the font size
if you're trying to restrict the height to be less than is required for default reasons then conditional comments would be one way to fix it, as IE7 shouldn't have the problem