David Laakso wrote:
> Bob Rosenberg wrote:
>> http://users.rcn.com/rtberg/Adam/animag1.htm

>> I have a left-column menu (<div id="nav">) that stays nicely fixed 
>> in FF or IE7 (for example), but which will not behave in IE6.

> Simulating position fixed in IE6 ain't anything but trivial.

Right.
The problem with most script/IE-expression based solution is that they
are mode-dependent, and IE6 (and 7) has two modes - Quirks and Standard.
Triggering one mode and scripting for the other, does not work
too well in most cases.

> a very nice working solution -- perhaps Georg Sortun will provide a 
> link to the base layout:

> <http://www.gunlaug.no/contents/toc_7a.html>

Method: <http://www.gunlaug.no/contents/wd_additions_15.html>

Old test case: <http://www.gunlaug.no/tos/moa_8e.html>
...which mostly deals with other problems regarding 'position: fixed'.

I use a mode-switching (or mode-independent) IE-expression, which works
reasonably well in IE6 - as long as the "fixed" element don't overflow
the browser-window. This limitation exists for the real 'position:
fixed' too - in any browser, so it isn't much of a problem in itself, IMO.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to