View Single Post
Old 01-03-2008, 11:54 AM   #2 (permalink)
sjaq
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

Put this in your css::
Code:
#yourdiv {
	width: expression((document.body.clientHeight-20) + 'px');
}
Replace 20 with a number of choice and #yourdiv with your selector

edit: You should've posted this in the HTML and CSS section

Last edited by sjaq : 01-03-2008 at 12:45 PM.
sjaq is offline  
Reply With Quote