Forum Moderators: mack
How do you make links appear on MouseOver with a border and different color text?
Thank you for any help offered.
NOTE: I am making my own website. So when I'm done, be sure to come back here. I will post the link to it. It contains Frames and CSS.
[edited by: JamesR at 5:41 pm (utc) on Aug. 28, 2003]
[edit reason] no signatures please, thanks [/edit]
I think what you want are some CSS rules...something to this effect:
a {
color: green;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
border: 1px solid green;
}
Ps. Don't post your link, it would be against the TOS, but you can put it in your user profile after a bit and then people who are interested to know more about you can visit from there. :)