Hi,
I have images with links in my layer slider an I want to have it so that when you hover over the image it changes it’s opacity to 50%.
Thanks
Hey ftlamont!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
Rikard
Actually I found an answer below worked for me. Is there a better way to do this so that it specifically to the slider it’s self?
a:hover img {
opacity: 0.6;
filter: alpha(opacity=60); /* For IE8 and earlier */
}