![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/04/2002, 15:26
|
| | Fecha de Ingreso: abril-2002
Mensajes: 1
Antigüedad: 22 años, 9 meses Puntos: 0 | |
ayuda con las css y javascripts en netscape Tengo un sitio en el cual uso css y javascripts en unas ligas, para lo cual en Internet explorer 5.x no hay problema, pero en Netscape se ven para llorar, espero me puedan ayudar. . . . .
Código:
<style>
<!--
.descripcion { font-family: Verdana, Tahoma; font-size: 10 pt; color: #000080 }
a:hover { font-family: Verdana, Tahoma; font-size: 10 pt; color: #FFFFFF; font-weight: bold; text-decoration: none }
.tablehead { font-family: Verdana; font-size: 10 pt; color: #800000; font-weight: bold }
-->
</style>
Código:
</style>
<SCRIPT language="javascript1.2">
<!--
function mOon(src,clrOver) {if (!src.contains(event.fromElement)) {src.bgColor = clrOver;}}
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;}}
function mClk(src) {if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();}}
function Profile(user){var pop = window.open("/perfil/viewer.asp?usr=" + user ,"popup","width=510,height=510,resizable=yes,scrollbars=yes");}
function Media(id) {var pop = window.open('/media/mediacenter.asp?id=' + id, 'media' , 'width=350,height=500,status=yes')}
function Chat() {window.open('/chat/frames_chat.asp' , 'chat' , 'width=640,height=475,toolbar=0,directories=0,menubar=0,status=yes,resizable=0,location=0,scrollbars=0,copyhistory=0')}
function win(fle,x,y) {window.open(fle , 'zoom' , 'width=' + x + ',height=' + y + ',toolbar=0')}
// -->
Código:
<tr>
<td width="40" class="descripcion" align="center" bgcolor="#FFFFFF"><img border="0" src="../images/pdf.gif" width="16" height="16"></td>
<td onmouseover="mOvr(this,'#FF9999');" onclick=mClk(this); onmouseout="mOut(this,'#FFFFFF');"
width="375" class="descripcion" bgcolor="#FFFFFF"><a href="Aeronaves.pdf" target="_self"></a>Póliza para Aeronaves</td>
</tr
|