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 |
|
|
![]() |
*WHIMSICAL 0NE* |
![]()
Post
#2
|
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> |
|
|
![]() ![]() |