From: chrpearl on
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