Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/08/2011, 02:25
Avatar de Batan
Batan
 
Fecha de Ingreso: septiembre-2010
Ubicación: Madrid
Mensajes: 408
Antigüedad: 13 años, 7 meses
Puntos: 63
Respuesta: Problema con css

Copia y pega este codigo por el tuyo y me dices si te funciona.
Código CSS:
Ver original
  1. .menu{
  2. background-attachment: scroll;
  3. background-color: 0 0 transparent;
  4. background-image: url("http://www.juegga.com/i/fondo menu.png");
  5. background-repeat: no-repeat;
  6. height: 65px;
  7. margin: 0 0 35px;
  8. width: 990px;
  9. padding-top: 5px;
  10. padding-left: 5px;
  11. }
  12.  
  13. .botonmenu{
  14. color: #FFFFFF;
  15. display: block;
  16. font-size: 15px;
  17. font-weight: bold;
  18. height: 60px;
  19. text-decoration: none;
  20. width: 100px;
  21. padding-top: 10px;
  22. text-align: center;
  23. }
  24.  
  25. .botonmenu:hover{
  26. background-image: url("http://www.juegga.com/i/menuon.png");
  27. color: #FFFFFF;
  28. display: block;
  29. font-size: 15px;
  30. font-weight: bold;
  31. height: 49px;
  32. *height: 59px;
  33. padding-top: 10px;
  34.  
  35. text-align: center;
  36. text-decoration: none;
  37. width: 100px;}