Brandon
05-10-2003, 04:01 PM
In css is their a way to change the cursor for a hover link? Instead of adding the tag to each <a href= i'd rather just do it once in CSS.
Here's my code:
<style>
<!--
A:link { text-decoration: none; color:"red" }
A:visited { text-decoration: none; color:"red" }
A:hover { text-decoration: underline; color:"blue" }
i was wondering if i just put a cursor:"cross"; after one of them. I'm not sure.
Here's my code:
<style>
<!--
A:link { text-decoration: none; color:"red" }
A:visited { text-decoration: none; color:"red" }
A:hover { text-decoration: underline; color:"blue" }
i was wondering if i just put a cursor:"cross"; after one of them. I'm not sure.