No problem, glad to help out!
Just a head's up. Be careful of where you place your fixed positioned elements in Explorer. Fixed positioning is supposed to happen relative to the viewport, which makes fixed positioning an ideal replacement for frames. Technically speaking it shouldn't matter where a fixed position element appears in a document, because positioning is always supposed to be relative to the viewport. This doesn't actually work out so well in the real world. The reality is the best place to place these is between the <body> and </body> tags- not nested within any other elements. Dean's script is a hack, it just applies absolute positioning when it detects the presence of the position: fixed; declaration, and updates the position dynamically via javascript onscroll events. It becomes unpredictable and buggy when applying positiong: fixed; to an element nested with others. I had to figure this out the hard way, so I thought I'd pass that along.
IE7 is pretty amazing. Goes to show that even with a four year old, outdated browser, you can still make use of the latest standards- with the right JavaScript.
Regards,
Rich
--
[
http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design