Alguem ai sabe como faz um menu igual ao desse site? quem souber, explica ai como que eu faço, plz...

Posted 24/08/2004, 15:21
Posted 25/08/2004, 06:08
Posted 25/08/2004, 17:35
<html> <head> <title>revista on the NET - Mudar Cor Célula da Tabela HTML</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver; } } function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; } } // --> </script> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="150" border="0" cellspacing="0" cellpadding="0"> <tr> <td onmouseout="mOut(this,'#666666');" onmouseover="mOvr(this,'#999999');" bgcolor="#666666"> </td> </tr> <tr> <td bgcolor="#CCCCCC"><font style="font-size: 2"> </font></td> </tr> <tr> <td onmouseout="mOut(this,'#A00000');" onmouseover="mOvr(this,'#C80000');" bgcolor="#A00000"> </td> </tr> </table> </body> </html>
Edição feita por: Humberto - S.O.S., 25/08/2004, 17:39.
Posted 25/08/2004, 19:50
Posted 25/08/2004, 20:25
Posted 04/09/2004, 15:16
Edição feita por: Humberto - S.O.S., 07/09/2004, 11:31.
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)