See comments below...

Sent from my iPad

On Feb 23, 2011, at 8:30 AM, Sems <[email protected]> wrote:

> I'm learning CSS now and have a basic question.
> 
> This applies to all headers, links, and links in a header...
> 
> h1, h2, h3, h1 a, h2 a, h3 a
> {
>    color: #C00;
>    font-family: Georgia,Serif;
>    font-weight: normal;
> }
> 
CORRECT

> This applies to any element that has an class of 'Video'...
> 
> #Video{background-color:#F1EEEE;}
> 
INCORRECT, the # applies to the ID of any element NOT the class!
> So what does this apply to?
> 
> .videoContent{background-color:#fff;}
> 
> What does the . notation mean?
> 
The . notation applies to a class of an element so the .videoContent is a class

> Thanks
> 
> -- 
> --
> You received this because you are subscribed to the "Design the Web with CSS" 
> at Google groups.
> To post: [email protected]
> To unsubscribe: [email protected]

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to