Código:
para ver como me quedó vean:<html> <head> <title>Menú</title> <style type="text/css"> #menuprincipal { background-color: #09C; height: 50px; width: 900px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; } #menu1 { background-image: url(imagenes/inicio1.png); background-repeat: no-repeat; width: 150px; height: 50px; float:left; } #menu2 { background-image: url(imagenes/servicios1.png); background-repeat: no-repeat; width: 150px; height: 50px; float:left; } #menu3 { background-image: url(imagenes/galeria1.png); background-repeat: no-repeat; width: 150px; height: 50px; float:left; } #menu4 { background-image: url(imagenes/videos1.png); background-repeat: no-repeat; width: 150px; height: 50px; float:left; } #menu5 { background-image: url(imagenes/paseos1.png); background-repeat: no-repeat; width: 150px; height: 50px; float:left; } #menu6 { background-image: url(imagenes/contacto1.png); background-repeat: no-repeat; width: 150px; height: 50px; float:left; } #menu1:hover { background-image: url(imagenes/inicio2.png); background-repeat: no-repeat; } #menu2:hover { background-image: url(imagenes/servicios2.png); background-repeat: no-repeat; } #menu3:hover { background-image: url(imagenes/galeria2.png); background-repeat: no-repeat; } #menu4:hover { background-image: url(imagenes/videos2.png); background-repeat: no-repeat; } #menu5:hover { background-image: url(imagenes/paseos2.png); background-repeat: no-repeat; } #menu6:hover { background-image: url(imagenes/contacto2.png); background-repeat: no-repeat; } </style> </head> <body> <div id="menuprincipal"> <div id="menu1"></div> <div id="menu2"></div> <div id="menu3"></div> <div id="menu4"></div> <div id="menu5"></div> <div id="menu6"></div> </div> </body> </html>
[URL="http://serviciosaereos.site90.net/menu.html"]http://serviciosaereos.site90.net/menu.html[/URL]