Links, Underline |
![]() ![]() |
Links, Underline |
![]()
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
#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> |
|
|
![]()
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
#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
#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> |
|
|
![]() ![]() |