On this page
<http://css-discuss.incutio.com/?page=MaintainableCss>

It is suggested to "Always put your classname on the outer most
element on which it makes sense and Don't Repeat Yourself (DRY)" and
shows the following as an example:

<div class="product">
 <h3>...</h3>
 <div class="description">...</div>
 <div class="links">...</div>
</div>

but does not indicated what css would go along with that method.

I think I am confused because while I've been hacking around with CSS
for a while and manage to get things done, my understanding of
inheritance is poor. So links to any articles or good books for strong
CSS foundation are appreciated!

Thanks!
<3 j.ordan

-- 
http://mp3death.us/~k9d/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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