Superfish - Keep css settings on .active hover parents

PaulR

New Member
I am trying to keep the same settings (background-color:#457BB7) on all levels for a menu, like in this print:http://img838.imageshack.us/img838/7943/ex1fn.jpgThe problem is when I add the "active" class to it, only when the mouse is over the current item (e.g.: "Network Security" becomes highlighted but "Seguran?a" and "Produtos" remains normal), like on this picture:http://img9.imageshack.us/img9/4486/ex2l.jpgI have tried a lot of different things with "a", "li" and "ul", but the results don't change much.Here is the menu's code (not total): \[code\]<ul class="Menu"> <li> <a href="http://stackoverflow.com/questions/15619753/#" style="cursor:default">Solu??es</a> <ul> <li><a href="http://stackoverflow.com/questions/15619753/seguranca.htm">Seguran?a</a></li> <li><a href="http://stackoverflow.com/questions/15619753/monit_integ.htm">Monitoriza??o Integrada</a></li> <li><a href="http://stackoverflow.com/questions/15619753/alta_disp.htm">Alta Disponibilidade</a></li> <li><a href="http://stackoverflow.com/questions/15619753/gest_patr.htm">Gest?o de Patrim
 
Back
Top