i found a spotlight plugin for Jquery, but it is not functional in IE.
so is there a way to make the rest of the background fade to a dark color while selected or element of focus remains the same ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m sure there is a cross-browser solution somewhere. Other than that, it might be halfway easy to achieve using a fixed, fullscreen overlay:
… fading it in, and giving the focused input element “position: relative” and a z-index of 1001. Not tested but should work cross-browser. There will be problems with Flash elements and such, for which you will find workarounds in lightbox-style scripts.