Log In · Register

 
hovers, how do I do this
n00b
post Jul 25 2006, 08:56 PM
Post #1


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903



okay
how do I make different hovers like
I mean you hover something and a scribble goes through it and then you hover a different thing and like an x goes through it
how do you have different hovers for different links?
 
 
Start new topic
Replies
*mipadi*
post Jul 26 2006, 10:12 AM
Post #2





Guest






For links, you can specify different pseudo-properties in your CSS file:
CODE
A:link {/*styles for "normal" links*/}
A:visited {/*styles for visited links*/}
A:hover {/*here's what you want: styles when you hover over a link*/}
A:active {/*styles when a link is in the process of being loaded*/}

You can apply the :hover property to almost any element—it works with more than just links!

But to make a line appear through links when you hover over them, use something like this:
CODE
A:hover {text-decoration:line-through;}
 

Posts in this topic
n00b   hovers   Jul 25 2006, 08:56 PM
fr0stbite   First you need multiple images and knowlege of how...   Jul 26 2006, 12:56 AM
n00b   post the code please   Jul 26 2006, 01:26 AM
mipadi   For links, you can specify different pseudo-proper...   Jul 26 2006, 10:12 AM
Listelle   Here's a nifty tutorial that might help.   Jul 27 2006, 01:06 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: