Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can’t get Css Menu effect on hover Re: Can’t get Css Menu effect on hover

#119346
DustinWoods
Member

Try this:


nav ul li a:hover{
background-color: #55a1ba; /*Fallback for older browsers*/
background-color: rgba(85, 161, 186, 0.9);
}