Click to See Complete Forum and Search --> : EFFECT: Broken Lined Links...


yuna_and_tidus
12-01-2003, 08:59 AM
Hi guys. :) I'm a newbie to this site so please be nice to me!

I have noticed on some websites that active links stand out by having an overline and underline.
Now I do know how this works
[text-decoration:underline overline;] but, how do people get the lines to be dotted [or broken]? I much prefer this than the normal, intact line.

Thanks for any help people might share with me.

Gem x

Robert Wellock
12-01-2003, 09:35 AM
You cannot as such but you can emulate:

a:link:hover {border-bottom : 1px dotted green;}

yuna_and_tidus
12-01-2003, 09:38 AM
Thanks very much, your advice was exactly the answer I was looking for! :)