Sperto_Rox Posted April 19, 2004 Report Share Posted April 19, 2004 observem esse menu <div style="position:absolute;visibility:hidden; left:16px; top:34px" id="menu"><a href="?pagina=hauhauuah"><img src="../imagens/bolinha.gif" width="9" height="9">uahuahuhauua</a></div> <a href="#" onMouseover="javascript:mostramenu()">Mostrar menu</a> <script language="javascript"> function mostramenu(){ menu.style.visibility = "visible" } </script>quando eu coloco o mouse ele aparece mas quero fazer q quando eu tire o mouse ele suma .... como eu faço? Quote Link to comment Share on other sites More sharing options...
0 diraol Posted April 19, 2004 Report Share Posted April 19, 2004 <div style="position:absolute;visibility:hidden; left:16px; top:34px" id="menu"><a href="?pagina=hauhauuah"><img src="../imagens/bolinha.gif" width="9" height="9">uahuahuhauua</a></div><a href="#" onMouseover="javascript:mostramenu()" onMouseOut="escondemenu()">Mostrar menu</a><script language="javascript">function mostramenu(){menu.style.visibility = "visible"}function escondemenu(){menu.style.visibility = "hidden"}</script> Quote Link to comment Share on other sites More sharing options...
0 Sperto_Rox Posted April 19, 2004 Author Report Share Posted April 19, 2004 (edited) valeu manowow não deu cara .... quando eu coloco o mouse em cima aparece mas ai quando eu arrasto o mouse pra selecionar o link ele some ... ou seja ... ele ta sumindo muito rapido.. sei la como falar hehe ... testa ae q você vai ve o q eu to falando Edited April 19, 2004 by Sperto_Rox Quote Link to comment Share on other sites More sharing options...
0 diraol Posted April 19, 2004 Report Share Posted April 19, 2004 precisando é só falar... Quote Link to comment Share on other sites More sharing options...
0 Sperto_Rox Posted April 19, 2004 Author Report Share Posted April 19, 2004 ????? ajuda ai ... ps: sem querer floodar Quote Link to comment Share on other sites More sharing options...
0 Guest Guest Posted April 19, 2004 Report Share Posted April 19, 2004 Eu fiz alguma pequenas modificações nesse código, e funcionou legal aqui:<html> <head> <script language="javascript"> function mostramenu(){ menu.style.visibility = "visible" } function escondemenu(){ menu.style.visibility = "hidden" } </script> </head> <body> <div style="position:absolute;visibility:hidden; left:16px; top:34px" id="menu"><a href="#" onMouseover="javascript:mostramenu();" onMouseout="javascript:escondemenu();" >uahuahuhauua</a></div> <a href="#" onMouseover="javascript:mostramenu();" onMouseout="javascript:escondemenu();"> Mostrar menu</a> </body> </html> Quote Link to comment Share on other sites More sharing options...
0 Sperto_Rox Posted April 19, 2004 Author Report Share Posted April 19, 2004 deu certinho Quote Link to comment Share on other sites More sharing options...
Question
Sperto_Rox
observem esse menu
quando eu coloco o mouse ele aparece mas quero fazer q quando eu tire o mouse ele suma .... como eu faço?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.