Re: [WSG] Zero margin - just sharing

2005-01-16 Thread Andrew Krespanis
Don't think this has been mentioned anywhere yet, but one issue I found with this, was that within dropdowns the downarrow GUI, covers some of the text on the right. Here is the fix for that: option { padding-right:1em; } Indeed, that is an issue, but to my understanding

Re: [WSG] Zero margin - just sharing

2005-01-14 Thread Kornel Lesinski
I know a lot of people use this: * { margin:0; padding:0; } issue I found with this, was that within dropdowns the downarrow GUI, covers some of the text on the right. That's why I never reset margins/padding for all elements, and just set them (both!) where it matters (body/h1/ul/li).

Re: [WSG] Zero margin - just sharing

2005-01-14 Thread Jixor - Stephen I
Jacobus van Niekerk wrote: Hi all, I know a lot of people use this: * { margin:0; padding:0; } To help reduce code and eliminate lots of those strange default margins issues. Don't think this has been mentioned anywhere yet, but one issue I found with this, was that within dropdowns the

Re: [WSG] Zero margin - just sharing

2005-01-14 Thread Ben Curtis
I know a lot of people use this: * { margin:0; padding:0; } To help reduce code and eliminate lots of those strange default margins issues. Don't think this has been mentioned anywhere yet, but one issue I found with this, was that within dropdowns the downarrow GUI, covers some of the text on