"Don - htmlfixit.com" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/14/2006 01:03 PM

 
        To:     CSS <css-d@lists.css-discuss.org>
        cc: 
        Subject:        [css-d] how to specify mutiple selectors for a:link etc


I have this:
.header1, .header2, a:link {color: #881719; text-decoration: none;}
but that seems to treat it as:
.header1
.header2
a:link

I want it to be this:
.header1 a:link
.header2 a:link

Do I need to repeat the a:link part?

==========================

Yes


-- 
Marc Luzietti
Flagship Project
Bayview Financial, L.P.
(305) 341-5624
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to