Amaury Well-known member Jul 12, 2014 #1 I want there to be an underline on this link when hovered over like any other link. Any help?
Russ Well-known member Jul 12, 2014 #2 Amaury said: I want there to be an underline on this link when hovered over like any other link. Any help? View attachment 77709 Click to expand... Code: .quoteExpand.quoteCut:hover { text-decoration: underline; } Upvote 0 Downvote
Amaury said: I want there to be an underline on this link when hovered over like any other link. Any help? View attachment 77709 Click to expand... Code: .quoteExpand.quoteCut:hover { text-decoration: underline; }
Amaury Well-known member Jul 12, 2014 #3 Russ said: Code: .quoteExpand.quoteCut:hover { text-decoration: underline; } Click to expand... Worked perfectly. Thanks! Upvote 0 Downvote
Russ said: Code: .quoteExpand.quoteCut:hover { text-decoration: underline; } Click to expand... Worked perfectly. Thanks!