Forums

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

Home Forums CSS Horizontal dropdown menu problems Re: Horizontal dropdown menu problems

#66696
jamygolden
Member

It’s due to this:

ul.dropdown .red li.hover, ul.dropdown li:hover {
background-color: #F5979C;
color: #0D0D0D;
}

That is forcing the .red li:hover to be red, and all other li:hovers to be red too.