> Dean Champeau wrote:
>> I created a div that contains variable-height content (a big table 
>> that will expand and contract as the visitor changes type size). 
>> I'd like it to scroll while taking up the entire height of the 
>> browser window.

>> <http://www.earl-litho.com/clevelandhardware/catalog/individual_pages/catalog_by_partnum.html>

Roger Roelofs wrote:

> What you really want is position: fixed;  but ie6 doesn't support it.

'position: fixed' is probably the best solution, and if someone wants to
follow that route, then IE6 can be "persuaded" to mimic 'position:
fixed' pretty well.

Article on the subject...
<http://www.456bereastreet.com/archive/200609/css_frames_v2_fullheight/>
...which solves the 'entire height' problem and works with the normal,
single, scrollbar.

Workaround for IE6 (and 5+ win) used in that article...
<http://www.gunlaug.no/contents/wd_additions_15.html>
...based on IE-expressions.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to