Log In · Register

 
 
Closed TopicStart new topic
Links, Underline
YourADimePlus99
post Sep 5 2006, 07:45 PM
Post #1


Hi, Loser
****

Group: Member
Posts: 216
Joined: Jul 2005
Member No: 169,847



what`s the code so when you hover over a link it`s underline & then a dahsed underline. so a double underline?


thanks
 
*This Confession*
post Sep 5 2006, 08:51 PM
Post #2





Guest






Ehm, have you ever seen this done?

because I don't think you can do it.

Heres the code to edit your links though:

Top is to edit normal links
and bottom part is to edit when your hover over a link.
CODE
<style>a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 7px; color: 000000; font-weight: normal; text-decoration: underline; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent; border: 0px solid 000000;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 7px; color: 000000; font-weight: normal; text-decoration:dashed-underline; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent;}</style>
 
GREASEbaby
post Sep 5 2006, 09:25 PM
Post #3


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Yesss:

CODE
<style type="text/css">
a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:FONTNAMEHERE; font-size: #px; color: COLORHERE; font-weight: normal; text-decoration:underline; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent; border-bottom: #px dashed COLORHERE;}
</style>


Editt.
 
*This Confession*
post Sep 5 2006, 11:18 PM
Post #4





Guest






^May just be me, but Janette that didn't work for me..as well.
Did like the same thing my code did.
 
*WHIMSICAL 0NE*
post Sep 6 2006, 05:38 PM
Post #5





Guest






You might have to try:

CODE
<style type="text/css">
a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:FONT; font-size: SIZEpx; color: COLOR; font-weight: normal; text-decoration:underline; border-bottom-width: #px; border-style: dashed; border-color: COLORHERE;}
</style>


If you get other borders you might want to try this:
CODE
<style type="text/css">
a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:FONT; font-size: SIZEpx; color: COLOR; font-weight: normal; text-decoration:underline; border-bottom-width: 1px; border-right-width:0px; border-left-width:0px; border-stop-width:0px; border-style: dashed; border-color: COLORHERE;}<style>
 

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