uidqwjxzcyiwq
New Member
Is there a way to only underline the text in an (un)ordered list? Specifically, say, I have a menu, displayed inline without bullets where every item is a link. The links aren't underlined, but they get underlined when the user hovers over them. Then they get underlined with the invisible bullet point, which bugs me. Is there a way to only underline the text?ANSWER: Turns out, my problem wasn't in the bullets. Moreover, it was so dumb, that I am now ashamed of this question. I thought I remembered everything that was coded, but it turned out that I had a \[code\] \[/code\] before the list items out of some strange reason. I kept everything as it was, but changed the :hover from acting on the \[code\]<a>\[/code\] tags to the \[code\]<span>\[/code\] tags with a "hover" class which surrounded the text, leaving out the \[code\] \[/code\]. Now everything's fine and I only get the text underlined. Thank you to @Ken Clark for pointing out the \[code\]<span>\[/code\] "trick".