Foros del Web » Creando para Internet » Diseño web »

Problema con menu spry

Estas en el tema de Problema con menu spry en el foro de Diseño web en Foros del Web. Hola! Tengo un problema con un menu spry vertical. Lo coloqué y edité pero sin querer, borre algo predeterminado y ahora, me aparece el primer ...
  #1 (permalink)  
Antiguo 08/06/2012, 12:17
 
Fecha de Ingreso: junio-2012
Mensajes: 1
Antigüedad: 11 años, 10 meses
Puntos: 0
Pregunta Problema con menu spry

Hola!

Tengo un problema con un menu spry vertical. Lo coloqué y edité pero sin querer, borre algo predeterminado y ahora, me aparece el primer menú pero ya no se despliegan ninguno de los demas :S

Ya intenté agregarle al estilo css las configuraciones predeterminadas que he leido por ahí, pero algo me esta faltando pq ¡nada funciona!

No se muy bien en cual de las reglas se configura esta opción asi que he hecho un enredo completo en los estilos pero se los pongo por si alguien puede ayudarme.

Gracias :)

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
list-style-type: none;
font-size: 100%;
cursor: default;
width: auto;
background-repeat: no-repeat;
color: #FFF;
position:fixed;
text-align:center;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
list-style-type: none;
position: relative;
text-align: center;
cursor: pointer;
width: 7.5px;
background-image: url(../boton.gif);
background-repeat: no-repeat;
height: 6em;
left: 10px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
font-size: 100%;
position: absolute;
z-index: 1020;
cursor: default;
width: 7.5em;
background-repeat: no-repeat;
text-align: center;
margin-right:100%;
margin-top:-5p%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
color: #FFF;
left:100em;
visibility:visible;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
width: 7.5em;
background-repeat: no-repeat;
visibility: hidden;
}

/************************************************** *****************************

DESIGN INFORMATION: describes color scheme, borders, fonts

************************************************** *****************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
background-repeat: no-repeat;
color: #FFF;
margin-top: 0%;
margin-right: 0%;
margin-bottom: 0%;
margin-left: 0%;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
margin-top: -5%;
margin-left: 10%;
visibility: visible;
left: 100px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
cursor: pointer;
color: #FFF;
background-image: url(../boton.gif);
padding-right: 0.75em;
padding-bottom: 0.5em;
padding-left: 0.75em;
text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
color: #999;
background-image: url(../boton.gif);
background-repeat: no-repeat;
padding-top: 5px;
margin-top: 5px;
visibility:visible;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
color: #FFF;
}

/************************************************** *****************************

SUBMENU INDICATION: styles if there is a submenu under a given menu item

************************************************** *****************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
background-repeat: no-repeat;
color: #FFF;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
background-repeat: no-repeat;
visibility:visible;
}

Etiquetas: dreamweaver, spry
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 07:11.