styling for a title without href
-
I am trying to create hovering footnotes with pure html and css, using code something like this:
<a title="hello">hi</a>
So far, it works perfect and is valid code and all, but the trouble is that I don’t know how to style these “links” so they stand out from the rest of the text and the real links (that is, the links that actually link to something).
Can anyone give me some CSS guidance? You can see an example of what I’ve done here. In the second paragraph, hover over the word “end”, the second to last word in the last sentance.
(As you can see, there is no styling to make this word stand out yet).
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘styling for a title without href’ is closed to new replies.