|
-
Apr 28th, 2002, 12:32 PM
#1
Thread Starter
Hyperactive Member
Ms >> Nn
Hey All,
I need to make this work in NN:
Code:
<td align="left" bgColor="#d2e0ec" ONCLICK="document.location.href='w_sugg.html'" ONMOUSEDOWN="this.bgColor='#bcd2e3'" ONMOUSEOVER="this.bgColor='#FFFFFF'" ONMOUSEOUT="this.bgColor='#d2e0ec'" class="std" width="151" style="cursor: hand">
Questions:
Does NN have a td click event?
How do I change the cursor in NN?
How do I change the td bgColor on mouseover?
TIA.
-
Apr 29th, 2002, 04:27 AM
#2
Fanatic Member
Hi,
I NN4 (I assume this is what you are using) the javascript events in question only work with Layers Images and Anchors and not Tables.
You could try putting a <layer> inside the <td> and attach the attributes to that instead
-
Apr 29th, 2002, 08:09 AM
#3
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|