Click to See Complete Forum and Search --> : When i rollOn a <td>


turb
12-01-2003, 12:19 PM
Hi all!

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:

<td onMouseOver="this.bgColor='#E9E9E9';" onMouseOut="this.bgColor='#F2F2F2';">

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.

And if there's a better way to do this, please let me know

turb

soccer362001
12-01-2003, 01:20 PM
<td onMouseOver="this.bgColor='#E9E9E9';" onMouseOut="this.bgColor='#F2F2F2';"><a href="whatever.htm" target="_blank">link</a></td>