On Sun, Apr 19, 2009 at 6:31 PM, Brett Patterson <
[email protected]> wrote:

> Would using:
>
> * {
> margin: 0;
> padding: 0;
> border: 0;
> }
>
> before the body to zero out all margins, paddings and borders, cause any
> accessibility problems or any problems one should be made aware of before
> using it for layout?
>

Not accessibility problems per se, but removing margins and padding from
absolutely every single element can cause issues with things like <select>
and <option>. Much better to use a reset stylesheet like Yahoo!'s or Eric
Meyers.

http://www.google.co.uk/search?q=reset+stylesheet

- Matthew


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to