Posted by Neredbojias on 04/22/06 00:13
To further the education of mankind, "Cuperman" <mark@liquidjelly.co.uk>
vouchsafed:
> Hi all,
>
> I'm using IE6.0 and cannot get a table to stretch to 100% height when
> inside a frame.
>
> Anyone know of any specific issue trying to do this, or any work
> arounds that will enable it to work..
Strict dtd:
<style type="text/css>
html,body {
height:100%;
overflow:auto;
}
</style>
--
Neredbojias
Infinity has its limits.
[Back to original message]
|