> I was wondering if there is just one simple tried and true style sheet
> method that can always be applied to at least start out on the right
> foot that I can build upon which would remove any browser
computability
> issues.  At least then I could be comfortable in knowing the problem
is
> me and not the browser, thus removing one variable from the debugging
> process.


If I understand you right, that method is a strict doctype.  :)  That
will get IE6 to use the w3c version of the box model instead of its
non-standard version, and you can feed older versions of IE different
widths through either conditional comments or hacks.

afaik that's basically the best method, but the good news is that simply
having a strict doctype and coding for the w3c model will show the same
model on all browsers other then pre-IE6 for windows (which not many
people use).

[If I got that wrong, I'm sure someone will correct me!]  :D
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to