Links, Underline |
Links, Underline |
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* |
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> |
|
|
|
YourADimePlus99 Links Sep 5 2006, 07:45 PM
GREASEbaby Yesss:
CODE<style type="text/css"... Sep 5 2006, 09:25 PM
This Confession ^May just be me, but Janette that didn't work ... Sep 5 2006, 11:18 PM
WHIMSICAL 0NE You might have to try:
CODE<style type="t... Sep 6 2006, 05:38 PM![]() ![]() |