help please i need the code
Whats the code to make my pictures on myspace turn negative or x-ray when the arrows on it?
Invert colors:
%26lt;style%26gt;
img {filter:none;}
a:hover img {filter:invert;}
%26lt;/style%26gt;
Xray:
%26lt;style%26gt;
img {filter:none;}
a:hover img {filter:xray();}
%26lt;/style%26gt;
*Keep in mind these filters only work in IE*
No comments:
Post a Comment