This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
PosadaLaLlosa_Web/menu.css

95 lines
1.8 KiB
CSS
Raw Permalink Normal View History

@charset "utf-8";
/* CSS Document */
#menu {
list-style: none;
padding: 0;
margin: 0;
width: 780px;
height: 30px;
background: #6d876b;
}
#menu li, #menu a {
outline: none;
display: inline;
text-indent: -9000%;
float: left;
}
#menu a:hover {
background: none;
}
#menu .inicio {
width: 65px;
height: 30px;
background: url(imagenes/menu/inicio.gif) no-repeat;
}
#menu li.inicio {background-position: 0 -40px;}
#menu .laposada {
width: 90px;
height: 30px;
background: url(imagenes/menu/laposada.gif) no-repeat;
}
#menu li.laposada {background-position: 0 -40px;}
#menu .apartamentos {
width: 114px;
height: 30px;
background: url(imagenes/menu/apartamentos.gif) no-repeat;
}
#menu li.apartamentos {background-position: 0 -40px;}
#menu .habitaciones {
width: 102px;
height: 30px;
background: url(imagenes/menu/habitaciones.gif) no-repeat;
}
#menu li.habitaciones {background-position: 0 -40px;}
#menu .actividades {
width: 94px;
height: 30px;
background: url(imagenes/menu/actividades.gif) no-repeat;
}
#menu li.actividades {background-position: 0 -40px;}
#menu .entorno {
width: 68px;
height: 30px;
background: url(imagenes/menu/entorno.gif) no-repeat;
}
#menu li.entorno {background-position: 0 -40px;}
#menu .comollegar {
width: 99px;
height: 30px;
background: url(imagenes/menu/comollegar.gif) no-repeat;
}
#menu li.comollegar {background-position: 0 -40px;}
#menu .precios {
width: 69px;
height: 30px;
background: url(imagenes/menu/precios.gif) no-repeat;
}
#menu li.precios {background-position: 0 -40px;}
#menu .reservas {
width: 79px;
height: 30px;
background: url(imagenes/menu/reservas.gif) no-repeat;
}
#menu li.reservas {background-position: 0 -40px;}