[thelist] SOLVED: CSS: removing link styles from a certain rule

Christian Kavanagh ckavanagh at innercircle.eu.com
Sun Dec 18 20:35:02 CST 2005


Figured it out myself.

a.navmenu_secondary:link { color: #990000; text-decoration:none}  etc

Thanks anyway


On 18/12/05 23:11, "Christian Kavanagh" <ckavanagh at innercircle.eu.com>
wrote:

> Hola TheList!
> 
> So I have this CSS called "snark.css".  It looks like this:
> 
> --
> .snark {font-family: Verdana, Arial, Helvetica, sans-serif;
>     font-size: 11px;
>     line-height: 150%;
>     list-style-position: outside;
>     list-style-type: disc;
> }
> 
> ul {margin-left: 0px;
>     padding-left: 0px;
> }
> 
> li {margin-left: 0px;
>     padding-left: 0px;
> }
> 
> area, area:active {border: 0px none;
> }
> 
> [snip!]
> .Heading {font-family: Georgia, "Times New Roman", Times, serif;
> 
>     font-size: 18px; color: #999999;
> }
> 
> .navmenu_secondary {color: #990000;
> }
> 
> .navmenu_tertiary {color: #333333;
> }
> 
> --
> 
> What I'd like is, when links are .navmenu_secondary or .navmenu_tertiary,
> they do not get any special formatting (i.e. they do not change colour and
> are not underlined).
> 
> BUT for links elsewhere on the page I want them to be blue and underlined.
> 
> Can anyone tell me how to do this?
> 
> Thanks in advance!
> Chris.
> 
> 
> ---
> [This E-mail scanned for viruses for your protection]


---
[This E-mail scanned for viruses for your protection]




More information about the thelist mailing list