Percentages are computed in relation to the parent.  So for something that
looks like
<html>
<body>
<div id="page"></div>
</body>
</html>

Use 
body, html{ height: 100%};
div#page{height: 99%; border: thin solid blue;}

I'm using 99% height because otherwise the border will cause the page to be
longer than the height.  When you understand the concept, remove the border
and set the height to 100%.

-----Original Message-----
From: Arturo Fuentes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 06, 2005 3:19 PM
To: CF-Community
Subject: css height

i've got a div i need to span the height of the page.. if you were skilled
in the art of See Es Es, how would /you/ do this?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:176207
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to