Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Accordion IE issues Re: jQuery Accordion IE issues

#56661
Gabriel
Participant

OK, update time:
IE quirks mode is the culprit, as far as I can tell.

I put a couple of straight .html test pages up outside of the nasty .net framework,
one with
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > doctype:
http://www.easycareinc.com/boot_accessories_new04092_trans.html
and the other with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; doctype:
http://www.easycareinc.com/boot_accessories_new04092.html

And guess what? The one with the strict doctype looks good in IE, the one with the transitional/quirks mode one looks like caca.

So there you have it. IE quirks mode strikes again! :o

Now it’s time to figure out if I can even have a standards-compliant page on this blasted website. :roll: