Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

wills

Página com "ballons"

Recommended Posts

Olá pessoal, tenho um código em xhtml (que foi pego na net pelo antigo desenvolvedor), hoje tenho que arrumar mas, entendi apenas um parte do código que funfa em FF mas, em IE não funfa...alguém podes me ajudar ae?

 

segue a url para visualizar:

 

http://www.nsadv.com.br/site/index.php?page=boletins

 

/* Horizontal menu for the CMS CSS Menu Module *//* by Alexander Endresen */#menu_vert {   margin-left: 1px;   margin-right: 1px;}/* The wrapper clears the floating elements of the menu *//* Fix for Opera 8 */.clearb { clear: both; }#menuwrapper2 {    /* Fix for Opera 8 */    /*   overflow: hidden;  */    width: 100%;}/* Set the width of the menu elements at second level. Leaving first level flexible. */#primary-nav2 li li {    width: 563px;    background-color: #FFFFFF;    /*border: 1px solid #000000;*/}/* Unless you know what you do, do not touch this */ #primary-nav2, #primary-nav2 ul {    list-style: none;    margin: 0px;    padding: 0px; }#primary-nav2 ul {    position: absolute;    top: auto;    display: none; }#primary-nav2 ul ul {    margin-top: 1px;   margin-left: -1px;   left: 100%;    top: 0px; }	#primary-nav2 li {    margin-left: -1px;   float: none; }#primary-nav2 li li {    margin-left: 0px;  /* _margin: 0px 0px 0px 0px;*/   margin-top: -1px;   float: none;    position: relative;  /*  border: 1px solid #6666CC;   display:block;*/}/* Styling the basic apperance of the menu elements */#primary-nav2 a {    display: block;    margin: 0px;    padding: 5px 10px;    text-decoration: none;    color: #006699;}/*Hack para ie#primary-nav2 ul ul {    _margin: 0px 0px 0px 0px;  position: absolute;   top: auto;   display: none; }*/#primary-nav2 li {    _margin: 0px 0px 0px 0px;float: none;}#primary-nav2 li li {    _margin: 0px 0px 0px 0px;   float: none;    position: relative;}/* Styling the basic apperance of the menu elements */#primary-nav2 a {    _margin: 0px 0px 0px 0px;display: block; 	padding: 5px 10px;    text-decoration: none;    color: #006699;}/*Fim do Hack para ie*/#primary-nav2 li a { }#primary-nav2 li li a {border:1px solid #33FF00}	#primary-nav2 li, #primary-nav li.menuparent { }/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */#primary-nav2 li.menuactive {    background-color: #ffffff;   }/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */#primary-nav2 ul li.menuparent2, #primary-nav2 ul li.menuparent2:hover, #primary-nav2 ul li.menuparent2h { /* arrow for menuparents */}/* Styling the apperance of menu items on hover */#primary-nav2 li:hover, #primary-nav2 li.menuh, #primary-nav2 li.menuparent2h, #primary-nav2 li.menuactiveh { }/* The magic - set to work for up to a 3 level menu, but can be increased unlimited *//* just add #primary-nav2 li:hover ul ul, #primary-nav2 li.menuparenth ul ul ul,for fourth level */#primary-nav2 ul, #primary-nav2 li:hover ul, #primary-nav2 li:hover ul ul, #primary-nav2 li.menuparenth ul, #primary-nav2 li.menuparenth ul ul {    display: none; }/* add #primary-nav2 ul ul ul li:hover ul, #primary-nav2 ul ul ul li.menuparent2h ul,for fourth level*/#primary-nav2 li:hover ul, #primary-nav2 ul li:hover ul, #primary-nav2 ul ul li:hover ul, #primary-nav2 li.menuparenth ul, #primary-nav2 ul li.menuparenth ul, #primary-nav2 ul ul li.menuparenth ul {    display: block; }/* IE Hacks */#primary-nav2 li li {    float: left;    /*clear: both;*/}/*#primary-nav2 li li a {    height: 1%; }*/

Compartilhar este post


Link para o post
Compartilhar em outros sites

O problema está que no IE não funciona.Se você abrir a página no FF e passar o mouse em cima das chamadas aparecerá os "ballons", já no IE fica somente um espaço em branco onde deveria aparecer estes "ballons".Deu para entender mais ou menos?

Compartilhar este post


Link para o post
Compartilhar em outros sites

O problema está que no IE não funciona.Se você abrir a página no FF e passar o mouse em cima das chamadas aparecerá os "ballons", já no IE fica somente um espaço em branco onde deveria aparecer estes "ballons".Deu para entender mais ou menos?

Você diz o menu? Se for, eu testei no serviço, usando IE6, e em casa testei com o FF2 e com o IE6, e está tudo normal... Tem certeza que não foi um "bug" temporário não? :mellow:

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.