Dave Miers wrote:
> I'm new here, although I did chime in on a couple of questions. My  
> name is Dave and look forward to honing my css skills.
>   

Welcome!
> I often use a * {margin: 0; padding: 0; border: 0; } as a starting  
> point and for the most part saves me lots of extra css code,  
> headaches, and time for layout with great cross browser/platform  
> support. However  sometimes when entering content in what is basically  
> a template it would be nice to restore the defaults for just one div,  
> is there anyway to stop this from affecting a particular div?


Not sure I get all this but, anyway...

Setting a style for that particular division in the head of the document 
will override the style sheet.

Styles for individual pages, including specific selectors within those 
pages, can be done using an id or class on the body as explained here
<http://www.maxdesign.com.au/presentation/page-id/>

Aside: Use of a reset such as yours and other such gimmicks that are out 
and about on the Web is a matter of opinion. My opinion is that it is a 
far better to code from knowledge and understanding rather than reset.


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to