Hi-
In standard HTML, if I want my page to extend to the bottom of the screen regardless of the resolution of the screen, all I have to do is set the table to a height of 100% and set the body tag to have zero bottom margin. However, when using CSS and <div> to layout a page instead of tables, I can't make the same thing happen even though the body tag is set for zero bottom margin and 100%.
Any ideas?
Thanks,
MCL
Start Free Trial