I have created Image. How to convert color Image to black&white. For example, on mouse over it.
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.
The easiest way is to create another image in black and white server side (or using an image editing program if the image isn’t dynamic) and swap out the color one for b&w on mouse over.
edit
Then just just set the opacity using css: http://www.quirksmode.org/css/opacity.html