Hi Everyone,
I have finally taken the step to bring a site to the 21st century with HTML 4.01 with the height tag having been deprecated.
I have read numerous articles claiming that the CSS height will do the trick, however, it works only with the first table in the body each with a height of 100%.
My issue is that the other nested tables for layout and images take on the height of the body table at time of render but do not dynamically resize with the browser or when the succeeding content of the browser grows.
My live example of this is as follows:
http://www.scatterling sclub.com (using Firefox or another Mozilla)
I have even had to revert back to HTML 3.2 DTD
- Works in IE with the deprecated height tag but the CSS height is the issue in Mozilla.
Any help would be appreciated. At a push I'll probably need to set the CSS height via Javascript once the last layout element is rendered but this will get messy.
Thanks in advance...
Cheers,
Riaan
I have finally taken the step to bring a site to the 21st century with HTML 4.01 with the height tag having been deprecated.
I have read numerous articles claiming that the CSS height will do the trick, however, it works only with the first table in the body each with a height of 100%.
My issue is that the other nested tables for layout and images take on the height of the body table at time of render but do not dynamically resize with the browser or when the succeeding content of the browser grows.
My live example of this is as follows:
http://www.scatterling sclub.com (using Firefox or another Mozilla)
I have even had to revert back to HTML 3.2 DTD
- Works in IE with the deprecated height tag but the CSS height is the issue in Mozilla.
Any help would be appreciated. At a push I'll probably need to set the CSS height via Javascript once the last layout element is rendered but this will get messy.
Thanks in advance...
Cheers,
Riaan
Comment