01-03-2008, 11:54 AM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
|
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.
|
|
|
|