#
August 15, 2009 at 12:25 pm
Hi Lin, this is very common in IE. Usually when this happens its because of the double margin bug.
You can use a conditional stylesheet to give css to IE6 and below like this:
And try lowering the margins to see if that fixes it. I find setting all the container margins/padding to 0 will quickly give you an idea if the margins/padding is a problem in ie6. If it displays properly with no margins/padding, then you can shave a few pixels off the original margins until it fits.