vote up 1 vote down star
1

Mac OSX Finder has a search feature that darkens everything but the part that matches.

alt text

Is there a way to emulate it via CSS? I was thinking about adding a semi-transparent black div with opacity 50. But how then do I cut a hole in it?? and possibly make the edge fuzzy?

Any suggestions?

flag

3 Answers

vote up 3 vote down check

Check out the Expose jquery plugin from the jQuery TOOLS collection. I think it will accomplish exactly what you are looking for. They even have a demo of styling the mask with a background image.

link|flag
Very interesting. I was not aware of that! It will do 80-90% of the work. – Jesper Rønn-Jensen Sep 21 at 20:56
vote up 0 vote down

Due to the irregular shapes, you're probably looking for an image. And due to the need for varying levels of transparency, you probably want a .png that would just be stuck over the selected item.

Good question, one way would be to have a "selected" png that had the glowing circle cover the selected one, and a different just dark png cover everything else.

EDIT: But you would probably want to use a library like jquery rather than coding everything from scrath your self, as to not reinvent the wheel and save TONS of time :D

link|flag
vote up 0 vote down

maybe a PNG image will work, a square with hole

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.