Styling a Div Class within Div ID

Posted by HollerTrain on Stack Overflow See other posts from Stack Overflow or by HollerTrain
Published on 2010-03-31T21:48:07Z Indexed on 2010/03/31 21:53 UTC
Read the original article Hit count: 254

Filed under:

I have a page that has the following div structure:

<div id="name" class="class_name">

How would I style the class?

Like this?

#name .class_name
name .class_name
#name class_name

?

© Stack Overflow or respective owner

Related posts about css