Jump to content

My DHTML code does not work


Ninad

Recommended Posts

My follwing DHTML code does't work at all :

<HTML><BODY><table width="100%" border="0"><tr>  <td style="width:33%; background-color:lightblue" onMouseover="this.style.backgroundColor='yellow'" onMouseout="this.style.backgroundColor='lightblue'"><a href="abc2.htm">HR</a></td>  <td style="width:33%; background-color:lightblue" onMouseover="this.style.backgroundColor='yellow'" onMouseout="this.style.backgroundColor='lightblue'"><a href="abc1.html">FIN</a></td><td style="width:33%; background-color:lightblue" onMouseover="this.style.backgroundColor='yellow'" onMouseout="this.style.backgroundColor='lightblue'"><a href="{$f3}">IO</a></td></tr></table></BODY></HTML>

On moving the over a particular element does not highlight that particular element[/size]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...