[jQuery] Re: How do you make a dive stick to the top of the screen even if you scroll down?

2007-08-26 Thread Mike Alsup
Majid, You can do that by assigning the position style of "fixed". That will work in all browsers except IE6. In IE6 you need to use style expressions. The blockUI plugin does this so you might be able to get some ideas from it: http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.

[jQuery] Re: How do you make a dive stick to the top of the screen even if you scroll down?

2007-08-27 Thread Majid
It works just like I wanted - many thanks Mike Majid