Mike Soultanian wrote:

>Roger Roelofs wrote:
>
>  
>
>>>Does this accurately describe the div above:
>>>about + home {color:black};
>>>      
>>>
>>No.  that would be
>>.about.home { color: black;}
>>    
>>
>
>Interesting.  Do you know the name for this kind of styling?  I'm going 
>to test it in various browsers right now.
>  
>

I suppose it's just called multiple class styling.  IE doesn't support 
it fully.  An easier way to get what you want:

.about, .home { color: black; }

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

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

Reply via email to