css - Keeping active menu option's background the same colour -


i have superfish menu that, when hover on , sub-menu comes view, wish keep background-color selected option.

i have written this, however, doesn't seem apply:

.sf-menu ul li:hover > {background-color: #da2026;} 

would work if targeted element , used < arrow work backwards?

this place start

.sf-menu li li a:hover, .sf-menu li.sfhover li a:hover {     background-color: #da2026; } 

or maybe

.sf-menu li li.sfhover a{     background-color: #da2026; } 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -