|
Posted by ship on October 11, 2006, 1:31 pm
Please log in for more thread options
Hi
How can I, for just for *SOME* of my HTML links:
a) - remove underlines
b) - except when mouse is hovering over it, whereupon the underline
needs to reappear
c) and it needs to work the same in latest FireFox & Netscape as well
as MSIE 6...
Is this possible?
Sorry for being a CSS newbie but here's what I've done so far.
At the top of the page I have:
show/hide quoted text
<style type="text/css">
.PlainSmallLink {
color: #99CCFF;
text-decoration:none;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
show/hide quoted text
</style>
And then in the body of the HTML page:
show/hide quoted text
<a href="http://www.foo.com"><span
class="PlainSmallLink">foo</span></a>
This puts it into the right colour but only underlining when viewed
through msIE, not firefox.
Also it fails to bring the underlining back when I hover...
Ship
Shiperton Henethe
|