Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/11/2010, 17:20
biviana82
 
Fecha de Ingreso: noviembre-2010
Mensajes: 2
Antigüedad: 13 años, 4 meses
Puntos: 0
Pregunta Problemas con un menú vertical

Buenas Tardes:

Soy nueva en los foros y también en el diseño web en códigos. He realizado un menú con solapas. Pero la solapa se demora demasiado en cargar.

Creo que tengo problemas con el cógido. Pueden ayudarme.

Les agradezco mucho.

El código del menú es

#menu{
width:191px;
margin-top: 0;
margin-right: 0px;
margin-bottom: 0;
margin-left: 0px;
float: left;
background-image: url(images/menubg.png);
padding-left: 0px;
}

#menu ul {
padding-left: 0px;
list-style:none;
display: inline;
}

#menu li {
display: inline;
list-style: none;
padding-left:0px;
}

#menu a {
font-family: Arial, Helvetica, sans-serif;
float: left;
width: 191px;
height: 20px;
display: block;
text-align: center;
text-decoration: none;
color: #FFF;
font-weight: bold;
font-size: 12px;
padding-top: 8px;
margin-left: 4px;
background-image: url(../images/left.png);
background-repeat: no-repeat;
background-position: left top;
}

#menu a:hover{
width: 191px;
height: 25px;
color: #030;
background-image: url(../images/title.gif);
background-repeat: no-repeat;
background-position: center;
font-family: Arial, Helvetica, sans-serif;