Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/02/2014, 09:23
nachoos
 
Fecha de Ingreso: agosto-2009
Mensajes: 26
Antigüedad: 14 años, 9 meses
Puntos: 1
Respuesta: Dudas color menu

Gracias a todos por vuestra ayuda, al final lo hice así:

<style type="text/css">
#boton1{blabla}
#boton1:hover{blabla}
#boton2{blabla}
#boton2:hover{blabla}
ul.navbar

<ul class="navbar">
<input type="botton"id="boton1"value="boton1"ONCLICK="win dow.location.href='x.html'" />
<input type="botton"id="boton2"value="boton2"ONCLICK="win dow.location.href='xx.html'" />

Gracias de nuevo