Ver Mensaje Individual
  #9 (permalink)  
Antiguo 31/03/2011, 15:52
Avatar de fmurga
fmurga
 
Fecha de Ingreso: abril-2008
Mensajes: 53
Antigüedad: 16 años
Puntos: 0
Respuesta: Menú PHP con CSS utilizando $checkit = $_SERVER['PHP_SELF'];

Hola, lo he cambiado a esto:

Código:
#header ul.menu li a {display:block ; font-size:16px; color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:14px 0 20px  ; width:165px; text-align:center; text-decoration:none }
#header ul.menu li a:hover {color:#fff; background:url(../images/hover_bg.gif) repeat-x  0 0;  }
#header ul.menu li > a.current >  a {color:#fff; background:url(../images/hover_bg.gif) repeat-x  0 0;  }
#header .menu > li > a.active > a {color:#fff !important; background:url(../images/hover_bg.gif) repeat-x  0 0;  }
#header .menu > li > ul li.current a:hover { color:#ee9d01 !important; background:url(../images/hover_bg.gif) repeat-x  0 0 !important;  }
#header ul.menu li.current  a.first, #header ul.menu li.active  a.first {color:#fff; background:url(../images/first_bg.gif) no-repeat  0 0 !important;  }
#header ul.menu li.current  a.last, #header ul.menu li.active  a.last {color:#fff; background:url(../images/last_bg.gif) no-repeat  100% 0 !important; }
Pero no funciona....