Is there a way to do this when my user hovers over plain text, which is an anchor, the text smoothly transitions to oblique or italic text to show that it is a link (including underscore)
Here is an example of what I'm trying to do ...
<a href="http://oldsite.com"> <p class="footertext">Take me to the old site...</p> </a>
p.footertext { font-size:12px; padding-left:4px; text-decoration:none; } p.footertext:hover { }
source share