Log In · Register

 
Link hover, photoshop?
xjeaniiex
post Dec 27 2005, 12:51 PM
Post #1


Your mom
****

Group: Member
Posts: 149
Joined: Aug 2005
Member No: 201,903



Umm, I noticed that some skins .. you can like do something to where when you hover over a link, it'll change to a different color or whatever the designer chose to do. Like, I don't know how to explain it but you know with that whole imagemap thing? well, how do you make your little links do something when the person hovers over it? ..... Am I making any sense? I already saw a tutorial for it but I'm pretty sure it wasn't for Photoshop. It would be greatly appreciated if someone could help. Thanks (: This is what I'm talking about .. ClickHere
 
 
Start new topic
Replies
technicolour
post Dec 27 2005, 01:01 PM
Post #2


show me a garden thats bursting to life
********

Group: Staff Alumni
Posts: 12,303
Joined: Mar 2005
Member No: 115,987



That's part of a code.


CODE
A:link, a:visited{
color: #000000;
font-size: 7.5pt;
letter-spacing: 0px;
font-family: tahoma;
font-weight: bold;
text-decoration: none;
}

A:hover{
cursor: crosshair;
color: #FF0078;
background-color: #BABABA;
font-size: 7.5pt;
letter-spacing: 0px;
font-family: tahoma;
text-decoration: overline;
border-bottom: 1px solid #FF0078;
border-top: 1px solid #FF0078;
font-weight: bold;
}


In the first paragraph of text, you state what color you want your link to be. In the 2nd, you choose it's hover options, where it can be a different color with a background, border, size, whatever.
 

Posts in this topic


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