I've made up my code as below but the underline is one character longer than the word underlined.
Also, when I hover, having used the following code,
a:hover{color:# ff0000}
the last bit of the underline does not change colour.
I would be pulling my hair out if I wasn't bald.
Regards
Jim Walsh
Code:
div.links1 li{ text-decoration:underline; display:inline; margin:10px; padding:6px; background:#cccccc; color:blue }
a:hover{color:# ff0000}
the last bit of the underline does not change colour.
I would be pulling my hair out if I wasn't bald.
Regards
Jim Walsh
Comment