On 4/27/06, Anjali Arora <[EMAIL PROTECTED]> wrote: > That's interesting, can you expand on that? Would you use a specific > DTD for IE6 always, or would it be 'it depends on ___'. In the latter > case, what factors determine the DTD to assign to a document.
IMO one should always use a DTD that will put all browsers into "standards" mode. In "quirks" mode, which most browsers also have, IE is just too far out of line. See the article at http://www.alistapart.com/stories/doctype/ for good information as to what DTD's do this. Personally I always use the DTD for xhtml 1.0 strict whenever I am starting a new page. Saves all sorts of hassle, in my experience, but you have to be willing to give up all those old presentational tags you may be used to. -- Ed Seedhouse ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
