Black Roses Burn Brightly
05-14-2005, 11:16 PM
I have a code for making an image's colors invert on mouseover:
<STYLE TYPE="text/css">
IMG{
filter: No Filter;
}
A:LINK IMG{ filter: No Filter }
A:HOVER IMG{ filter: Invert }
</STYLE>
I would like to make that where it only works with the images that I choose for it to...Is this possible? Thank You.
<STYLE TYPE="text/css">
IMG{
filter: No Filter;
}
A:LINK IMG{ filter: No Filter }
A:HOVER IMG{ filter: Invert }
</STYLE>
I would like to make that where it only works with the images that I choose for it to...Is this possible? Thank You.