I'm confuse putting about asterisk in the beginning of the CSS code. For example
Quote
-->> * {
margin:0 auto;
padding:0 auto;
}
body{
background:#CCCCCC;
}
margin:0 auto;
padding:0 auto;
}
body{
background:#CCCCCC;
}
Is it necessary to put some asterisk in the beginning of the body of CSS?
even i don't have some IE hack in my code or some errors?
Because usually i notice of some people, when they develop their CSS code, they have putted some
asterisk in the beginning of the body like a sample above in that red asterisk.
Now my question is;
1.) Seems i don't have some IE hacks or some code hacks for IE6 & 7.
Is it necessary to put some asterisk in the beginning of the body of CSS?
2.) Is it required for validating in w3.com?

Help





MultiQuote











