> At least that's how I think it would apply in the context of this
> conversation.
> 

This might be nitpicking but wouldn't it be more like this? (Or is
this one of the cases that makes IE6 choke and die?)

 /* Default linked header */
.headerLink {
    text-decoration: none;
    font: 1.2em/1 tahoma, sans-serif;
    color: red;
}
.headerLink a:hover {
    text-decoration: underline;
}

/* Alternate linked header 1 */
.headerLink.alt1 {
    color: blue;
}
.headerLink.alt1 a:hover {
    background-color: yellow;
}
> 
/*Alternate linked header 2 */
.headerLink.alt2 {
    color: orange;
    font-size: 2em;
}
 
 
<h1 class="headerLink"><a href="#">default header</a></h1>
<h1 class="headerLink alt1"><a href="#">alternate header
 1</a></h1>
<h1 class="headerLink alt2"><a href="#">alternate header
2</a></h1>

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to