MaGiCSuN
August 16th, 2003, 08:28
Hi,
i have this onmouseover onmouseout code that i want to paste into my .css file i just simply don't know how to edit it so that it works into a .css file.
onmouseover="this.style.filter='alpha(opacity=0,finishOpacity=100,style=2 )'" onmouseout="this.style.filter=''"
if possible i want this to be into an img class like this:
img { codes here }
or in a new class:
.NAME { codes here }
NAME to whatever i want. Because the images i want to fade are all in groups i can easily surround them with one div. But i just don't want them to edit itself.
is this possible? i know that this code is only for linked images, and that is allright.
Thanks
Love,
Mirna
i have this onmouseover onmouseout code that i want to paste into my .css file i just simply don't know how to edit it so that it works into a .css file.
onmouseover="this.style.filter='alpha(opacity=0,finishOpacity=100,style=2 )'" onmouseout="this.style.filter=''"
if possible i want this to be into an img class like this:
img { codes here }
or in a new class:
.NAME { codes here }
NAME to whatever i want. Because the images i want to fade are all in groups i can easily surround them with one div. But i just don't want them to edit itself.
is this possible? i know that this code is only for linked images, and that is allright.
Thanks
Love,
Mirna