Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xhtml and table height 100%

Status
Not open for further replies.

davikokar

Technical User
May 13, 2004
523
IT
Hallo,
I cannot explain this:
I'm trying to have a table height to 100%. It works fine with one table and setting also body and html tags to height:100%.
Code:
html {height:100%;}
body {height:100%;}
The problem comes when I want to set the 100% height to nested tables inside the first one. With Netscape it works but with explorer the result will be a 150% height. That means that the nested table get bigger than 100%, spreading the whole page.

Does someone already passed through this? Thanks for suggestions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top