View Full Version : Dashed Link Border Won't Work


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.

Alcy
01-28-2003, 02:01 AM
Change "border-style" to just plain "border".

designgURL
01-28-2003, 02:10 AM
I tried that previously and no border at all showed up. I should have posted it. But I searched on here, and the border style one someone said worked.

epolady
01-28-2003, 02:24 AM
try:

border: 1px dashed #000000; ( or some other color)

designgURL
01-28-2003, 02:34 AM
Huh. I tried that at first, too.

Poo.

But I'll try it again.

designgURL
01-28-2003, 02:41 AM
Omgosh it worked! How weird.

I guess little types or something, easy but why hard to spot? I'll never know what was wrong.