Log In · Register

 
 
Closed TopicStart new topic
Hover Code Question
AnonymousGirl589
post Jul 16 2005, 05:09 PM
Post #1


Senior Member
***

Group: Member
Posts: 64
Joined: Jul 2004
Member No: 36,093



You know on some hover codes, when you hover over the link or whatever, there's like an outline of a certain color around the link? Well...does anyone have the code for it? I'd really appreciate it.
 
sehwoo
post Jul 16 2005, 08:21 PM
Post #2


Member
**

Group: Member
Posts: 10
Joined: Jun 2005
Member No: 151,679



what do u mean? like an overline and an underline when u hoverover a link??
 
*mipadi*
post Jul 16 2005, 09:11 PM
Post #3





Guest






You use the "hover" pseudo-property to set styling for a link. Say you want it to get a little border all around it in you hover over a link; you can do that like this:
CODE
a:hover {
   border:1px solid #000000;
}

Basically, you just set style properties for the a:hover element.
 

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