I've specified in my a:hover that I want a link to underline when hovered over.
My question is - how can I change that underline to a dotted or dashed line rather than a solid underline?
Thanks for any help.For that you will have to use a bottom border, like this:
border-bottom:1px dotted;On a related note, it seems IE 5.01 on the PC doesn't recognize borders applied to links. At least, it doesn't recognize mine .That's never happened to me.. I use borders on my links, and they work fine online and offline.
My question is - how can I change that underline to a dotted or dashed line rather than a solid underline?
Thanks for any help.For that you will have to use a bottom border, like this:
border-bottom:1px dotted;On a related note, it seems IE 5.01 on the PC doesn't recognize borders applied to links. At least, it doesn't recognize mine .That's never happened to me.. I use borders on my links, and they work fine online and offline.