Aaron Roberson wrote: > I just visited http://www.webdu.com.au/ and noticed how the header > (including logo, nav links, etc.) and the background to the left are > all fixed on the screen. What is really cool is how the scroll bar > appears for the entrire page, but only the content scrolls. > > How is this done? I know IE has some bugs with fixed position, so it > can't be that straight forward I am afraid. >
The page in question uses Dean Edward's IE7 script http://dean.edwards.name/IE7/intro/ see in the head <!-- compliance patch for microsoft browsers --> <!--[if lt IE 7]> <script src="/js/ie7-standard-p.js" type="text/javascript"></script> <![endif]--> Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ 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/
