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 xYou cannot as such but you can emulate:
a:link:hover {border-bottom : 1px dotted green;}Thanks very much, your advice was exactly the answer I was looking for!
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 xYou cannot as such but you can emulate:
a:link:hover {border-bottom : 1px dotted green;}Thanks very much, your advice was exactly the answer I was looking for!