Click to See Complete Forum and Search --> : IE7 Messing up table cell height


vairvixen
06-01-2008, 12:34 AM
IE7 is doing something none of the other browsers are doing, making my cell heights like 3x what they should be. I've found numerous threads suggesting adding "margin" to my CSS; adding "table-layout:fixed"; setting "height"; setting "max-height" - none of those worked, or really did anything at all.

Has anyone encountered this and is there a way to fix it?

Here's the page...
http://www.cbkmotorsports.com/products_anchor.php?PID=1

Thanks!

K

Fang
06-01-2008, 02:36 AM
This will improve things:table {border-collapse:collapse;} /* affects all browsers */
form {margin:0;padding:0;overflow:hidden;}
form img {float:left;}