Quoting a recent post of mine on
http://www.webxpertz.net/forums/showthread.php?t=29509:

"A 100% height table is 100% of the body. And the body is smaller then the
screen, so the table goes up to the bodys size.
Now, if you want a table to fill the whole screen, you must define 100%
height of the screen for all the containers. The container of the table is
the body, the container of the body is your html.

So if you declare on the head of the document:
<style type="text/css">
html,body { margin: 0; padding: 0; height: 100%; }
</style>
you'll be able to center your design."

(You can add that right after your Mozilla only declarations in the contents
css)

You can get more info in: http://www.quirksmode.org/ on "CSS" under "Tasks".

Hope it helps,

Isabel Santos





----- Original Message ----- 
From: "Razvan Pop" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 28, 2004 3:58 PM
Subject: [WSG] 100% height columns - problems again


> Hello.
>
> Never managed to make left and right columns with 100% height.
> Please take a look here:
> http://seoed.cpea.ro/seo-terms-glossary
>
> and tell me if you have some ideas.
>
> CSS files:
> http://seoed.cpea.ro/stylesheets/left.css
> http://seoed.cpea.ro/stylesheets/right.css
> http://seoed.cpea.ro/stylesheets/content.css
>
> Regards,
> Razvan Pop
> http://www.seoed.com
> http://compliant-websites.seoed.com - Standards Compliant Websites
Directory
> *****************************************************
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> *****************************************************
>
>


*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

Reply via email to