Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/01/2010, 14:39
deftmunky
 
Fecha de Ingreso: septiembre-2009
Mensajes: 15
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Problema WAMPP y CSS

El fichero CSS puede influir? como le puede afectar? no lo entiendo pero ahí va un trozo:

Código CSS:
Ver original
  1. #menu{
  2.     position: relative;
  3.     width: 100%;
  4.     margin: 0 auto;
  5.     height: 27px;
  6.     background-image: url("imatges/sombrahoritzontal.png");
  7.     /*background-position: 0 -167px; */
  8.     background-repeat: repeat-x;
  9. }
  10.  
  11. #menu ul{
  12.     overflow: auto;
  13.     margin: 0 auto;
  14.     margin-left: 125px;
  15. }
  16. #menu ul li{
  17.     float: left;
  18.     margin: -1px auto 0 auto;
  19.     list-style: none;
  20. }
  21.  
  22. /*////////////////////////////////////////////////////////BOTO ACTIU/////////////////////////////////////////////////////////////////////////*/
  23.  
  24. #menu ul li#actiu a span.boto1{
  25.     float:left;
  26.     height: 27px;
  27.     width: 12px;    
  28.     background-image: url("compilacio.jpg");
  29.     background-position: -500px -194px;
  30.     background-repeat: no-repeat;
  31. }
  32. #menu ul li#actiu a span.boto_centre{
  33.     float:left;
  34.     height: 27px;
  35.     background-image: url("compilacio.jpg");
  36.     background-position: -512px -194px;
  37.     font-weight: bold;
  38.     color:grey;
  39.     *color: #666666;
  40.     font-size: .8em;
  41.     padding-top: 6px;
  42.     text-transform: uppercase;
  43. }
  44. /*////////////////////////////////////////////////////////BOTO INACTIU/////////////////////////////////////////////////////////////////////////*/
  45. #menu ul li#actiu a span.boto3{
  46.     float:left;
  47.     height: 27px;
  48.     width: 12px;    
  49.     background-image: url("compilacio.jpg");
  50.     background-position: -734px -194px;
  51.     background-repeat: no-repeat;
  52. }
  53.  
  54. #menu ul li a span.boto1{
  55.     float:left;
  56.     height: 27px;
  57.     width: 12px;    
  58.     background-image: url("compilacio.jpg");
  59.     background-position: 0 -194px;
  60.     background-repeat: no-repeat;
  61. }
  62.  
  63. #menu ul li a span.boto_centre{
  64.     float:left;
  65.     height: 27px;
  66.     background-image: url("compilacio.jpg");
  67.     background-position: -12px -194px;
  68.     background-repeat: no-repeat;
  69.     font-weight: bold;
  70.     font-size: .8em;
  71.     padding-top: 6px;
  72.     text-transform: uppercase;
  73.     color: silver;
  74. }
  75. #menu ul li a span.boto3{
  76.     float:left;
  77.     height: 27px;
  78.     width: 12px;    
  79.     background-image: url("compilacio.jpg");
  80.     background-position: -238px -194px;
  81.     background-repeat: no-repeat;
  82. }