Hi all, I have a need to create a hover effect on an article that has a series of divs or sections within it.
I've got the hover effect working on the wrapper where the box-shadow is effected, and this can be seen when you hover over the white or grey areas. But, as you'll see, the grey area also has an extra hover effect added to it that I want to activate regardless of where you hover. Currently, it only activates when you hover directly over it. What I want to have happen is the white area of the wrapper also triggers the grey area to change, but I can't figure this out.
See my example code here: Untitled Document but basically wherever you hover, I want both the box-shadow and the rgba to activate.
So, how do I do it? Is there any tuts that I could follow that you know of, or is there a name for this technique that I can search for?
Thanks.