|
Posted by Neredbojias on 05/06/07 01:44
On Fri, 04 May 2007 09:45:20 GMT JD scribed:
> Hi
>
> Suppose I want a container that fills the entire height of the browser
> window, regardless of the actual height.
>
> In quirks mode, you can do this:
>
> <table width="70%" height="100%">
> <tr>
> <td>1</td>
> </tr>
> </table>
>
> However, how do I do this using CSS in standards mode? Is it possible?
It is in other browsers, but I have found no way to make it work in IE6
without using quirks mode.
What I do do (-no comments) is use php to install the quirks mode doctype for
IE6, standards mode for all others.
--
Neredbojias
He who laughs last sounds like an idiot.
Navigation:
[Reply to this message]
|