I’ve got a link block that consists of an image, and two divs with text underneath the image.
What I’m trying to do is have the image slightly greyed out, and the divs/text a neutral colour - but on hover, have the image come to full opacity, and the divs/text underneath change to a bright colour.
I can’t for the life of me figure it out! I can change the whole block as one, or add a hover effect to each individual element, but not change multiple elements within the one link-block.
I was trying to do the same a while back. Depending on how many div layers you are trying to animate, you can do this with adjacent sibling selectors. That method is all CSS. Alternatively, Jquery Animate is the simplest way for now.