On Wed, 7 Mar 2007 12:35:58 -0500, Spellacy, Michael wrote:
> Hi All,
>
> I was just wondering what the best practice is for handling default 
> user-agent margin
> and padding? For more control over my layout I suppose I could set a 
> universal selector
> to eliminate the default stuff (* {margin: 0; padding: 0;))and then override 
> it where I
> need to further on in the document, but killing those property values seems
> instinctively wrong to me.

Me too. Since many elements don't have margins or padding, and those
that do generally need one or t'other, I have never quite seen the point
of that particular rule.

I suggest you follow the suggestions you already got, just setting
margins and padding where you need.

One possible problem with this "universal reset" is that some form
elements on some platforms can become non-functional or difficult
to use.

Personally, I don't worry too much about differences between browsers.
It's only us crazy web developers that ever compare one browser's
look with another's, after all.

Cordially,
David
--
www.hucklesby.com



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to