Forum Moderators: open
I've just started work on the site,
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
and have set the main table's height to be 100%. It displays fine in IE but in Firefox it doesn't fill up the whole page.
The HTML code is:
<table class="main" border="0" cellspacing="0" cellpadding="0"> and the CSS value for main is:
table.main {HEIGHT: 100%;}
Please help me because this is giving me a headache. I've tried many different combinations of CSS and HTML and have got the same result. Thanks in advance.
[edited by: tedster at 12:15 am (utc) on April 5, 2005]
That really should do it as far as I know, unless there are errors in one or both documents. Have you validated the HTML and the CSS? I just solved a rendering problem for a friend and it boiled down to a missing } in his CSS file. You could stare for a long time and not see some typos, so it's good to check.
W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]
You might dig the explanations
[webmasterworld.com...]