Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
To com um problema no meu menu, tipo ele tem (cascata) "Dropdown". Mais ele nao funciona no Internet Explorer,
ele da um erro estranho..., Já no Firefox Mozzila e Chrome ele funciona normal!
E pelo que eu notei, o erro parece estar no CSS do Menu...
É aquele Menu que o dreamweaver cria, chamado "SpryMenuBarHorizontal" se eu não engano... alguem pode me ajudar?
Vejam ae no Internet Explorer -> http://www.caiuaclube.xpg.com.br ( passe o mouse em "Secretária e Estrutura" )
Esperando respostas! :)
Valeu!
Abaixo Está o css do Menu!
SpryMenuBarHorizontal.css
@charset "UTF-8";
/ SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 /
/ Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. /
/*******************************************************************************
LAYOUT INFORMATION: describes box model, positioning, z-order
*******************************************************************************/
/ The outermost container of the Menu Bar, an auto width box with no margin or padding /
ul.MenuBarHorizontal
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 95%;
cursor: default;
width: auto;
}z-index: 1000;
}margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
position: relative;
text-align: center;
cursor: pointer;
width: 9em;
float: left;
}margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
z-index: 1000;
cursor: default;
width: 10em;
position: absolute;
left: -1000em;
}left: auto;
}width: 9em;
}position: absolute;
margin: -5% 0 0 95%;
}left: auto;
top: 0;
}
/*******************************************************************************
DESIGN INFORMATION: describes color scheme, borders, fonts
*******************************************************************************/
/ Submenu containers have borders on all sides /
ul.MenuBarHorizontal ul
{
border: none;
}display: block;
cursor: pointer;
background-color: #011730;
padding: 0.8em 0.75em;
color: #FFFFFF;
text-decoration: none;
}background-color: #none;
color: #CCCCCC;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}background-color: #990000;
color: #FFFFFF;
text-decoration: underline;
}
/*******************************************************************************
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.MenuBarHorizontal a.MenuBarItemSubmenu
{
background-repeat: no-repeat;
background-position: 90% 50%;
}background-repeat: no-repeat;
background-position: 90% 50%;
}background-repeat: no-repeat;
background-position: 90% 50%;
}background-repeat: no-repeat;
background-position: 90% 50%;
}
/*******************************************************************************
BROWSER HACKS: the hacks below should not be changed unless you are an expert
*******************************************************************************/
/ HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /
ul.MenuBarHorizontal iframe
{
position: absolute;
z-index: 1010;
} display: inline;
float: left;
background: #CCC;
}
}Carregando comentários...