Log in

View Full Version : underline link



chechu
07-23-2008, 08:05 AM
Normally when you place an underlined link, the line is full.
Is it possible to make it a dotted line, but not small dots
like in the code below, but longer little lines ?


A:hover {
font-family: "Tahoma";
font-size: 8pt;
color: #9A8975;
text-decoration: none;
font-weight: normal;
border-bottom: #091434;
border-width: 0px 0px 1px 0px;
border-style: none none dotted none;

rangana
07-23-2008, 08:40 AM
I don't think I get your point, but have you tried dashed instead.

For further reading:
http://www.w3schools.com/css/pr_border-style.asp

chechu
07-23-2008, 12:37 PM
Fantastic, just what I needed ! Thanks.