How can I create a white glow as the border of an unknown size image?
Share
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.
Use CSS (not supported in IE<9)
This will put a white glow around every image in your document, use more specific selectors to choose which images you’d like the glow around. You can change the color of course.
If you’re worried about the users that don’t have the latest versions of their browsers, use this:
For IE you can use a glow filter (not sure which browsers support it)