mike509123
MIS
I have the following code:
<a onmousedown='test();' onmousover=''><img src='button.gif'/></a>
I want to place some code in the onmouseover to apply the following css style to to the image when a user mouses over the image.
cursor:hand;
filter: progidXImageTransform.Microsoft.BasicImage(grayscale=1, xray=0, mirror=0, invert=0, opacity=1, rotation=0);
Thanks.
<a onmousedown='test();' onmousover=''><img src='button.gif'/></a>
I want to place some code in the onmouseover to apply the following css style to to the image when a user mouses over the image.
cursor:hand;
filter: progidXImageTransform.Microsoft.BasicImage(grayscale=1, xray=0, mirror=0, invert=0, opacity=1, rotation=0);
Thanks.