Gunlaug Sørtun wrote:
>> http://www.richardnicholson.com/testing/menu_with_frames8/editorial.html
>> 
> On really narrow windows (below 600 or something) the "endless 
> scroll" bug will take affect in IE6 - sideways. Will always happen 
> when "pseudo-fixed" elements are too wide for the window, and is not 
> easily preventable.

Of course, I found a way to "kill" that bug too a while back...
<http://www.gunlaug.no/contents/wd_additions_15.html>
...described under *large elements “fixed” to viewport* - using removed
floats...
<http://www.gunlaug.no/contents/wd_demo_float_03.html>

However, using such a method to "kill" that IE-bug is better suited for
other cases than yours, since links that end up outside the window
because of the way the proper 'position: fixed' works, are inaccessible
in all browsers anyway.

Basically: the use of 'position: fixed' to hold vital text-elements in
view on limited window-sizes, is a dead end without the addition of
'overflow: auto/scroll' on the 'fixed' container.

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