Christopher Blake wrote:
>> http://domain1255110.sites.fasthosts.com/uni/index5.html
1: you're overstyling for IE6 :-)
The left column is the only element that shall be 'fixed' to the top...
* html #Lcolumn{
position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
}
...and all elements inside it just follows - with no or minimal
margin-adjustments for perfect line-up.
It works the same way in browsers that understands 'position: fixed'
properly - only the container needs positioning.
The elements 'fixed' to the bottom are correctly styled for IE6 - and
are just in need of some slight adjustments. Leave those till later.
2: you're running into the "endless scroll" that will always be a
problem when 'fixing' tall elements in IE6. Easy to see if you make the
browser-window shorter.
Note that tall 'fixed' elements will be a problem in all browsers since
what goes "off-screen" stays "off-screen" - out of reach, but the
problem is worst when we simulate 'fixed' in older IE/win.
Read the "large elements “fixed” to viewport" part in my article...
<http://www.gunlaug.no/contents/wd_additions_15.html>
...and see if you can manage to fix it at your end.
Don't worry, it can be done...
<http://www.gunlaug.no/tos/borrowed/powwow.html>
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/