Forum Moderators: open
The pages use a table (yes, i know) for layout and validates as html 4.01 Transitional. it displays fine on IE6 but on Firefox 0.9 the table apears really wide, and the cels are too large for the images. As a result the page looks poor.
Any ideas? Is it because firefox and IE display the pages differently (even though its valid html), or is it something I'm missing?
I have tried removing the DOCTYPE declaration and then the layout is fine on both browsers, but the css doesn't work in IE.
Are you using absolute or relative widths for your tables?
Also, how much control over the tabel positioning (widths heights etc.) does your CSS have?
Does your CSS validate [jigsaw.w3.org]?
<added>
Especially notice Message #3 about images in table cells.