On 11/8/06, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Step one: For the panel simply use fixed positioning:
> This one for IE6:
>
> * html #panel {
>       position: absolute;
>       top: expression(ignoreMe = document.documentElement &&
> document.documentElement.scrollTop || document.body.scrollTop);
> }

hi Klaus, BiG thanks to your quick reply!
This is what I want! I need this trick to make IE aware of 'fixed' positioning!

However, is there a more compatible (?) way for doing this kind of
'floating' magic? Is it possible to use jquery to make the panel
floating up/down smoothly while user scrolling the long page? (here is
another concern, I'm wondering that user might get annoying seeing
this panel keep floating around...)

Regards,

- Eric

-- 
- http://www.aiyo.cn
- http://www.ifaxian.com
- http://groups.google.com/group/nkeric-daily
- http://nkeric.3322.org

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to