EG - ANIMATION CSS question

Hi there,

I’m wondering how I can reverse the animation of the HAYES EG grid.

Here’s what I’m trying to achieve.

http://rubin.ethermedia.hu/szolgaltatasaink/

At the top of the page, I made it so that the purple layer is always visible on desktop, and added a :hover css so that the background turns transparent with a transition-duration property. Problem is that if I hover on the title, it does not recognize my css code. How can this be fixed?

Thanks!

Hi @Pbalazs89,

Thank you for writing in, please adjust your selector and use the parent div the one to be hover to activate your transparent background.

e.g.

.parent-wrapper:hover .child-div {

}

Hope it helps,
Cheers!

Be prepared @friech , my eternal gratitude will haunt you for teaching me this!!!

In behalf with Friech, we’re gald we could help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.