[jQuery] Re: am searching popup plugin

2009-06-22 Thread Charlie
your not liking the answer doesn't constitute someone else not understanding the question. Here's a jqueryUI dialog that floats with scroll. There is another way to do this by making it position:fixed but requires some position calculation within viewport to offset the positon calculations

[jQuery] Re: am searching popup plugin

2009-06-22 Thread bharani kumar
Hi Thanks , useful one , On Mon, Jun 22, 2009 at 6:39 PM, Charlie charlie...@gmail.com wrote: your not liking the answer doesn't constitute someone else not understanding the question. Here's a jqueryUI dialog that floats with scroll. There is another way to do this by making it

[jQuery] Re: am searching popup plugin

2009-06-21 Thread brian
jquery.popup? There are a couple of different versions of that, I think: http://labs.wondergroup.com/demos/popup/index.html http://plugins.jquery.com/project/popup There's also jqModal: http://dev.iceburg.net/jquery/jqModal/ http://www.queness.com/post/77/simple-jquery-modal-window-tutorial

[jQuery] Re: am searching popup plugin

2009-06-21 Thread Charlie
not to mention jquery UI Dialog http://jqueryui.com/demos/dialog/ options don't show how to set it fixed for scrolling but that's easily modified with jquery.css() brian wrote: jquery.popup? There are a couple of different versions of that, I think:

[jQuery] Re: am searching popup plugin

2009-06-21 Thread bharani kumar
Hi all , These plugin's are manual popup moving , But i need , when the parent scroll bar is is scrolling on that time i want to down/ up the popup window , May be u r not understand , please try to understand my requirement , Thanks On Mon, Jun 22, 2009 at 12:01 AM, Charlie