PDA

View Full Version : mouseover table cells in NS


saxmatt
21.06.2001, 23:02
Is there a way to get the mouseover table effects to work in NS? I think I read something about this before using ilayers. Here's what I'm doing now:
<pre id=code><font face=courier size=2 id=code><td onMouseOver="this.style.backgroundColor='#0099FF'" bgcolor="#0066CC"
onMouseOut="this.style.backgroundColor='#0066CC'"></td></font id=code></pre id=code>
I'd also like to put some other other javascript triggers on the table cells, but I don't want it to be invisible to NS users. Any suggestions?

manswide
22.06.2001, 06:03
put a relative positioned div inside it and set the mouseevents to that div instead.