Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #449066

    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

    #449189

    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

    #449245

    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 */
    }

    #449412

    Hey!

    Yes there most likely is, but we have to inspect the page in question, could you link to it please?

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.