Help - Search - Members - Calendar
Full Version: Link Hovers
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
NickCartersBaby
hcan you make your own link hovers? if so how do you make them?
Malachai
Yes, you can.

First, define your "unhovered" link style:

CODE
a:link {
color: #ffffff;
text-decoration: underline;
}


Then, define your hovered style:

CODE
a:hover {
color: #b1b1b1;
font-weight: bold;
}


Hope this helps, I'll track the topic for your reply.
talcumpowder
I'm wondering if you're referring to more... Flashy hovers. Like links here and how the background changes and stuff. This might be a better example of that style.

There's also the sort where you have an image behind your links when you hover. In any case, they're all the same basic style as what what already given- just with various changes.

The most complicated you could get would be something like this:
CODE
a:hover {color: #000000; font-weight: bold; background-image: url(http://); background-color: #999999; text-decoration: line-through; border: 1px solid #000000;}
Not that I recommend you using that... But you could do that.

So yeah, basically I just wanted to say that what was given to you is very basic and you can totally expand on it to make it look really cool.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.