|
Posted by J.O. Aho on 01/11/07 12:04
Jonathan N. Little wrote:
> J.O. Aho wrote:
>> 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?
>>
>>
> Most likely you are trying to use a table improperly for layout instead
> of just to display tabular data.
With the simple table, I get things to keep the right order, while using div
to place things out seems to generate quite different looks in different
browsers. While using a table does generate a similar look on them all, even
links keeps the design.
+-------+
| |
+--+----+
| | |
| | |
| | |
+--+----+
| |
+-------+
This is what I try to get, which I get with a simple table.
I would wish to get that last "cell" to be placed at the bottom of the display
area if the whole page don't take up more space.
Pages "suggested" by Beauregard don't have help me much at all.
--
//Aho
Navigation:
[Reply to this message]
|