deronsizemore
09-28-2007, 02:01 AM
I'm not and was just curious as to everyone else's thoughts.
Seems that I've been mistaken in that I thought IE6 had all kinds of box model problems when applying padding/margins to a container with a static width. As it turns out (I didn't know) that in standards mode, IE6 will render the same as other standards compliant browsers and you don't need to worry about messing things up when applying padding/margins to a container with a static width. IE5.+ is the only one that has problems with it.
When coding a site I was using all these work arounds for the box model and didn't need to be. :)
Seems that I've been mistaken in that I thought IE6 had all kinds of box model problems when applying padding/margins to a container with a static width. As it turns out (I didn't know) that in standards mode, IE6 will render the same as other standards compliant browsers and you don't need to worry about messing things up when applying padding/margins to a container with a static width. IE5.+ is the only one that has problems with it.
When coding a site I was using all these work arounds for the box model and didn't need to be. :)