[jQuery] Re: Plug-in to display (overlay) DIV element on the page at all times?

2009-06-11 Thread Mark Livingstone
Thanks to all. I know that this can be done using CSS but dailylife.com uses JS, since disabling it disables the feedback tab. That's why I was wondering if there's a plug-in for jQuery that does the same.

[jQuery] Re: Plug-in to display (overlay) DIV element on the page at all times?

2009-06-09 Thread Ricardo
Did you mean the feedback tab? The name of the magic is position:fixed and a high z-index, that's all. btw that looks like a rip off from uservoice.com, who seems to have started this feedback tab thing On Jun 9, 10:20 am, Mark Livingstone namematters...@msn.com wrote:

[jQuery] Re: Plug-in to display (overlay) DIV element on the page at all times?

2009-06-09 Thread waseem sabjee
the was something in the JQuery UI called Overlay. where it placed a rounder transparent div over some content. On Tue, Jun 9, 2009 at 11:01 PM, Ricardo ricardob...@gmail.com wrote: Did you mean the feedback tab? The name of the magic is position:fixed and a high z-index, that's all. btw

[jQuery] Re: Plug-in to display (overlay) DIV element on the page at all times?

2009-06-09 Thread waseem sabjee
z-index 7001 should be fine ? On Tue, Jun 9, 2009 at 11:25 PM, waseem sabjee waseemsab...@gmail.comwrote: the was something in the JQuery UI called Overlay. where it placed a rounder transparent div over some content. On Tue, Jun 9, 2009 at 11:01 PM, Ricardo ricardob...@gmail.com wrote:

[jQuery] Re: Plug-in to display (overlay) DIV element on the page at all times?

2009-06-09 Thread waseem sabjee
on this note of z-index whenever i use an asp.net control ( the dropdown list ) it always appears over my absolutely position element. regardless of z-indexes. this error is occuring only on IE7 ie6, ie8, ff, safari, chrome is fine. just IE7 is being the deamon. i resolved this by doing a