This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Webmaster forum > November 2006 > CSS problem: how can I remove unlining of links in msIE *and* Firefox, for just *some* o
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CSS problem: how can I remove unlining of links in msIE *and* Firefox, for just *some* o
|
|
|
| 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:
<style type="text/css">
..PlainSmallLink {
color: #99CCFF;
text-decoration:none;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
</style>
And then in the body of the HTML page:
<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
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|