|
Posted by Neredbojias on 01/13/07 06:15
To further the education of mankind, "J.O. Aho" <user@example.net>
vouchsafed:
> Ivan Pesa wrote:
>> "J.O. Aho" wrote in message
>>> I wonder if it's possible to set the height of a table to be at
>>> least the same as the displayed area in the browser without using
>>> javascript (including that jscript from microsoft), so that it works
>>> in gecko based browser, opera, khtml based browser and msie?
>
>> U can use this simple order --> <table height="100%">
>
> None of Konqueror, SeaMonkey, Opera or MSIE seems to do this, even
> tried that in CSS.
You need to include a css style something like:
html,body {
height:100%;
}
to get a reference.
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|