os pongo el codigo.
Código:
el tema es que si lo ves con el explorer te sale la barra tipica de que existe un riesgo... como se podria hacer para que no saldria eso.<head> <script language="Javascript"> function resaltar(fila) { fila.style.backgroundColor="#37552A"; } function normal(fila) { fila.style.backgroundColor="#487437"; } </script> </head> <body topmargin=0 leftmargin=10 marginheight=0 marginwidth=10 style="background-color: transparent;" > <table width="150" border="0" CELLPADDING="0" CELLSPACING="0" ALIGN="left" VALIGN="top" bgcolor="#487437"> <tr onmouseover="resaltar(this)" onmouseOut="normal(this)"><td>Fotos</td></tr> <tr onmouseover="resaltar(this)" onmouseOut="normal(this)"><td>Videos</td></tr> <tr onmouseover="resaltar(this)" onmouseOut="normal(this)"><td>mas</td></tr> </table> </body>
Y que se supone que le puede hacer al pc ese codigo(ademas solo pasa con explorer con firefox no
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
Gracias y saludos