Previous Message
Next Message

Re: [css-d] td as link

Sent by lon.kraemer on 26 September 2002 21:09


> Is there a CSS alternative to the following <td> javascript
>
> onClick="window.location.href='..page.html';"
onMouseOver="this.style.backgroundColor='606060';
> this.style.cursor='hand';"
> onMouseOut="this.style.backgroundColor='525252';"
>
> ...in effect making the table cell a mouse over link?

td a {display:block;background:#525252;}
td a:hover {background:#606060;}

--
Lon Kraemer
-----------------------------------------
Previous Message
Next Message

Possibly related: