height problem

liunx

Guest
I have problem with:<br />
<br />
html, body {<br />
height: 100%;<br />
}<br />
<br />
See:<br />
<br />
<!-- m --><a class="postlink" href="http://www.isymbiont.net/test/zkouska.php">http://www.isymbiont.net/test/zkouska.php</a><!-- m --> <br />
<br />
Css: <br />
<!-- m --><a class="postlink" href="http://www.isymbiont.net/test/tabulka_main.css">http://www.isymbiont.net/test/tabulka_main.css</a><!-- m --><br />
<br />
In Opera the page is 100% of the browser window, that's Ok, but in IE it's scrolling more than 100%, because "html, body..." is set to the inside table which has hight 100%, too. In Mozilla it's even worse than in IE.<br />
<br />
Could somebody help, PLEASE!<!--content-->height:100%; is only supposed to be a high as the content that is in it. IE does not do this so you really can't do much about it.<!--content-->
 
Back
Top