Um menu em FireFox
Salve galera!Eu peguei esse código abaixo há muito tempo e nem me lembro onde. Ele não funciona em FireFox, mas me atende bem. Alguém saberia como faze-lo funcionar em FF?
<body><script LANGUAGE="Javascript"><!--function mOvr(src) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = '#555555'; }}function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = ''; }}//--></script><TABLE cellSpacing=0 cellPadding=0 width=225 align=center border=0><TR height=12 > <a href='opcao1.htm'> <TD style='BORDER-TOP: #666666 1px solid'; onMouseOver='mOvr(this)'; onMouseOut="mOut(this,'')";> Opcao1</TD></a></TR><TR height=12 > <a href='opcao2.htm'> <TD style='BORDER-TOP: #666666 1px solid;' onMouseOver='mOvr(this);' onMouseOut="mOut(this,'')"> Opcao2</TD></a></TR></table></body>
Agradeço quem puder me ajudar.flw.
Discussão (2)
Carregando comentários...