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.
Table display problems in IE
Re: Table display problems in IE
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
Ronny
Re: Table display problems in IE
Yep that solved the problem. Thank you.