Wondering if there is a possibility to create a hover effect where regular text, used as an anchor, smoothly transitions into oblique or italicized text with an underline to indicate it is a clickable link.
Here's a representation of what I have in mind...
<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 {
/*text:decoration: "italicize smoothly"*/ }