I'm having a bit of compatability prob with IE. I've constructed a site in tables with PHP which all works fine in Netscape. Some of my cells have specified sizes (some in % and others in fixed pixels).
Internet explorer seems to not understand the dimensions I am putting in and ignores them whereas netscape handles it fine.
Its not just the height I'm struggling with. My menu on the left hand side (fixed width of 220 pixels) does not fit the same 220 pixel width in IE and navigator. For this reason the text is shifted onto more lines causing the entire table to stretch in height.
The cell with my logo in it (nitrotones.tk) seems to constantly change size depending on which page is being viewed too even though it is set at fixed height 60 pixels and the content in that cell never changes (i've not forgotten I have used cell padding of 15 px).
I'll try out setting some cells to 100% width/height although I don't get how a fixed width/heght cell should ever change size unless the content is too much.