Practically speaking, it's a good idea to reset font-size, padding and
margin on * at the start of your CSS file. This does help improve
consistancy somewhat.

* {
padding:0;
margin:0;
font-size:100.01%;
}

Then, obviously, you can style individual elements from that, and you
know what the default (base) is if you want to "undefine" styles on
specific elements.

On 2/1/06, Kay Smoljak <[EMAIL PROTECTED]> wrote:
> On 1/31/06, Taco Fleur - Pacific Fox <[EMAIL PROTECTED]> wrote:
> > Is there any way to specify in CSS that a certain area is to have no style
> > at all.
>
> All browsers have a default style sheet, and there's differences
> between the default styles in different browsers, so there's no such
> thing as 'no style'. The closest you'll get is to specify the same
> padding, margins, font etc as your most common browser displays when
> no author styles are specified.
>
> --
> Kay Smoljak
> http://kay.zombiecoder.com/
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to