From: chrpearl on 25 Jan 2010 11:45 I would like to dynamically calculate the width of a <div> pane as the current browser window width minus 180 pixel. In other words I would like to setup an CSS instruction like DIV.special { width: calculate(100% - 180px); } Unfortuantely this does not work. How else can I achieve this with HTML/CSS ? Chris
|
Pages: 1 Prev: Is there a way to detect "unused" CSS entries? Next: Textarea width increasing in IE6 |