Page 1 of 1

Table display problems in IE

Posted: Thu Jan 31, 2008 7:11 am
by Jeff
I am having some problems with pages display correctly in IE6 and sometimes IE7.

The page is http://68.23.20.152/index.php?page=53

The table is dropping below the right hand column.

I tried looking at the CSSĀ  but I didn't find anything that would cause it.

Thanks for an help you can provide.

Re: Table display problems in IE

Posted: Thu Jan 31, 2008 10:11 am
by RonnyK
Try making the table a little less than 100%, as width calculation is different over browsers. When you make the table-width, 99% it should work...

Ronny

Re: Table display problems in IE

Posted: Fri Feb 08, 2008 9:17 am
by Jeff
Yep that solved the problem. Thank you.