span.popquote {
color: #B31B00;
text-decoration: overline;
}
And on the page I have:
The <span class="popquote"> <a href="javascript:void(0);" onmouseover="return overlib('pop-up text goes here.', MOUSEOFF, CENTER);" onmouseout="return nd();">Link Text</a></span>
Now, I don't want the popquote to take on the appearance of a link. But the "a href=" within the span causes it.
What's the proper selector (instead of span.popquote ) to ensure that the text within the 'popquote' span does not look like a link and only has the overline?
Why not just assign a class to the link?
See? I told you it was basic. ;-)
--
'Login' is not a verb!
<http://www.otfb.com/blog/?p=907>