On 12/22/05, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > HTML2 didn't have support for any stylesheets. Did it?
Nope, what that doctype would do is put every browser into quirks mode and you could do the same thing by leaving off the doctype. I don't know of any css techniques that rely on the browser being in quirks mode. Floats behave better in IE when it's in quirks mode but every time I've thought I needed it, I've figured out a different approach to accomplish the same end result.

