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%.
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
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%;}
Does someone already passed through this? Thanks for suggestions