Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/05/2010, 09:11
Avatar de Masticore
Masticore
 
Fecha de Ingreso: agosto-2008
Mensajes: 52
Antigüedad: 15 años, 8 meses
Puntos: 0
Respuesta: ayuda con el fondo del boton de mi menu

GRACIAS.. PERO YA LOGRE QUE FUNCIONE PERO ME FALTA UNA COSA..
TE EXPLICO.. YO NECESITO QUE AL HACER CLICK EN ALGUNA OPCION DEL MENU QUEDE MARCADO CON EL BOTON AMARILLO (LA IMAGEN ) Y QUEDE SELECIONADO CUANDO BAJE A LOS SUB MENU OSEA QUE QUEDE ACTIVO. PERO NO ME FUNCIONA .. ME QUEDA AMARILLO EL BOTON PERO DESAPARECE INMEDIATAMENTE.. OJALA ME PUEDES AYUDAR Y DECIRME Q ME FALTA O SI ESTOY OCUPANDO MAL EL ACTIVE.. GRACIASSSSS
AQUI DEJO EL CODIGO

a.horizontalMenuItemText, a.verticalMenuItemText, a.singleMenuItemText
{
color: #fff !important;
font: bold;
}
a.horizontalMenuItemText:hover {
color:#FFCB41 !important;
}
a.horizontalMenuItemTextli:active {
background: transparent url('../images/style1/menu_h_l.png') no-repeat 0 50%!important;
color:#000 !important;
}
a.horizontalMenuItemText:active {
background: transparent url('../images/style1/menu_h_r.png') no-repeat 100% 50%!important;
color:#000 !important;
}
a.horizontalMenuItemTextli:hover {
background: url('../images/style1/menu_l.png') no-repeat 0 50%!important;
}
a.horizontalMenuItemText:hover {
background: url('../images/style1/menu_r.png') no-repeat 100% 50%;
}