Re: [WSG] Possible layout problems with using this CSS code?

2009-04-19 Thread Prisca schmarsow
Bret :) to find out more about the correct way of stripping out the default margin - I can only point you to Eric Meyer :) I'd try to explain but I would not be as clear ;) 1. CSS RESETTING - REASONING : http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning/ 2. CSS RESET : http://m

Re: [WSG] Possible layout problems with using this CSS code?

2009-04-19 Thread Matthew Pennell
On Sun, Apr 19, 2009 at 6:31 PM, Brett Patterson < inspiron.patters...@gmail.com> 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

Re: [WSG] Possible layout problems with using this CSS code?

2009-04-19 Thread Eyemax Studios
Nope not at all, actually it can help solve element problems down the track. I use it myself. Brett Patterson 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 sh

[WSG] Possible layout problems with using this CSS code?

2009-04-19 Thread Brett Patterson
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? -- Brett P. *