When i rollOn a <td>

windows

Guest
Hi all!<br />
<br />
i've got some <td> that when i rollOn, the background change color (... maybe it's more Javascript or Css that Html but ...) like this:<br />
<br />
<td onMouseOver="this.bgColor='#E9E9E9';" onMouseOut="this.bgColor='#F2F2F2';"><br />
<br />
Now, what i wanna know is how to put a href inside this, so when user roll on, they also can click on it to open another window.<br />
<br />
And if there's a better way to do this, please let me know<br />
<br />
turb<!--content--><td onMouseOver="this.bgColor='#E9E9E9';" onMouseOut="this.bgColor='#F2F2F2';"><a href=http://www.webdeveloper.com/forum/archive/index.php/"whatever.htm" target="_blank">link</a></td><!--content-->
 
Back
Top