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;
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;