Hello,
I'm trying to grey out my index menu with a opacity command and have it return to 100% opacity when hovered on. I am successful with greying the menu out but the hover seems to only work with the section block that is being hovered on and not the entire index menu. Is there a way to apply the hover to the entire index menu?
The code I added to css is
#index ul{ opacity: 0.30;}
#index ul:hover { opacity: 1;}
site is jayflynn.net
Thanks