designgURL
01-28-2003, 01:57 AM
I can't get the dashed border on my links right.
I tried
A:link
{text-decoration: none; color:#FF7757}
A:visited
{text-decoration: none; color:#FF7757}
A:active
{text-decoration: none; border-style: 1px dashed; color:#000000}
A:hover
{text-decoration: none; border-style: 1px dashed; color:#000000}
and I tried it without the 1px, and it works but the border is huge. This used to work for me, I did it somehow.
I tried other things, too.
I tried
A:link
{text-decoration: none; color:#FF7757}
A:visited
{text-decoration: none; color:#FF7757}
A:active
{text-decoration: none; border-style: 1px dashed; color:#000000}
A:hover
{text-decoration: none; border-style: 1px dashed; color:#000000}
and I tried it without the 1px, and it works but the border is huge. This used to work for me, I did it somehow.
I tried other things, too.