[jQuery] Re: jQuery dimScreen

2007-05-28 Thread MikeR
Not sure why I didn't think of that, Glen! Thanks much :). On May 28, 1:41 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > You could just make > > at the end of your page. > > Then call $("overlay").fadeTo("slow",0.5) > > This will fade it on over your whole screen. Make sure body and html have >

[jQuery] Re: jQuery dimScreen

2007-05-28 Thread Glen Lipka
You could just make at the end of your page. Then call $("overlay").fadeTo("slow",0.5) This will fade it on over your whole screen. Make sure body and html have height: 100%. I did this yesterday here: http://www.sparkt.com/index.htm (Click the first image (top-left) to see the fade In Glen

[jQuery] Re: jQuery dimScreen

2007-05-28 Thread Sean Catchpole
While I'm not really sure why this code isn't working, I can recommend that you give thickbox a try: http://jquery.com/demo/thickbox/ You should be able to produce the same result. ~Sean