these aren't going to be the perfect answers, but i'll give them a shot. :)
> Can you also explain to me the meaning of the attribute value 'auto', what
> are its implications?
the only *real* thing that i know auto does is center an element
that's less than 100% width. for example if you have a <div> or
<table> and you set "margin: 0 auto;", they will be centered
horizontally. it works great. :)
> Is there any way to completely cancel all previous rules for a particular
> tag?
not simply. you'd have to do something like:
.myreset {
border: none;
margin: 0;
padding: 0;
width: auto;
/* add addition stuff like color or font-weight */
}
others will probably have a lot better answers.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/