[jQuery] Re: Any jquery plugin to help in displaying popups (divs above everything)?

2009-05-11 Thread ggerri
what you need is: http://jqueryui.com/demos/dialog/ Regards Gerald sandee...@adpsconsulting.com wrote: I am having to display some popup divs (some divs which appear when user clicks something) in my project. Now, I am facing numerous issues relating to positioning of the divs, making

[jQuery] Re: Any jquery plugin to help in displaying popups (divs above everything)?

2009-05-11 Thread ollosch
If you don't wanna use JQuery UI: I use a function to display divs as tooltips in a navigation bar on mouseover (it's actually mouseenter in this case), which could easily be changed to on click. The function displays the divs under the corresponding nav element, and uses offset for the