HTML CODE

Soldato
Joined
6 Oct 2005
Posts
4,045
Pretty simple request

Can anyone tell me the code that will allow me to greyscale my pictures, but when the curser goes over it it returns to its normal color

Thanks

PS. I think this is a html code and not css, or what have you :o
 
DanMc07 said:
Pretty simple request

Can anyone tell me the code that will allow me to greyscale my pictures, but when the curser goes over it it returns to its normal color

Thanks

PS. I think this is a html code and not css, or what have you :o


I duno what its called but its a mouse over javascript affect which is done with html, which I belive only works on IE however I remember what its called, perhapse a quick google for it?
 
It can be done easily enough with CSS, but obviously with a different image to be used on as a rollover.

Then there's javascript, in which case you need to find a snippet that works in all browsers.

It depends on the size of the images used and how many of them IMO.
 
Google javascript image rollover. That will get you lots of results. All you have to do then is find one that works with more than IE.
 
Back
Top Bottom