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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -