How do you do a B&W scroll over image with html?

  • Thread starter Thread starter Silent
  • Start date Start date
S

Silent

Guest
There is no way to do with just HTML and no additional images.

If you create a separate black and white version of the image, you can do this with HTML and CSS by changing the background image of an element using the :hover pseudo-class.
 
What is the code to make is so when a mouse runs over an image it turns black and white without having to convert the image on a separate imaging program.
 
There is no way to do with just HTML and no additional images.

If you create a separate black and white version of the image, you can do this with HTML and CSS by changing the background image of an element using the :hover pseudo-class.
 
I'd be extremely suprised if this could be done without JS or an extra B+W image....
 
Back
Top