views:

225

answers:

3

I want the user to focus on a part of the screen at a given time. The idea is to fade everything on the Web page but the required DIV, so the user will be invited to work in this area.

The effect I am looking for looks like a lot a lightbox, except there is no pop up, and no content is loaded, the only changing thing is the look and feels (and the reponse to a clic, of course).

I thought inline lightbox would be the anwser, but it's not.

I'm working with JQuery, although any solution is appreciated, plugins, hand crafted snippets, hugs, goat sacrifices, whatever...

+3  A: 

Take a look at jQuery Tools' expose

code_burgar
Thanks pale, +1, but I can accept only one answer.
e-satis
+3  A: 

As luck would have it, I stumbled across this the other day:

http://flowplayer.org/tools/demos/expose/index.html

Looks like it might be the effect you are after.

Mark B
Ok, this is just fabulous. You got the "accepted" and not codeburger because I like people wearing a bear. This is unfair, I know :-)
e-satis
I assume you meant 'beard', in which case, thanks :)
Mark B
A: 

If you want interaction with the rest of the page blocked, check out the blockUI plugin.

ceejayoz