Forum Moderators: not2easy
Is it something like this you are after:
a {
border-bottom: dotted 1px #000000;
text-decoration: none;
}
a:active {
color: #f0f0f0;
}
a:visited {
color: #f0f0f0;
border-bottom: dotted 1px #000000;
}
There are some known issues with IE and it rendering the dots as more dashes.
-George
....
Then you can attach it to the anchor like this:
a {
padding-bottom: 1px;
background: url("dots.gif") repeat-x bottom;
}