Categories | Question details Back To List | ||
dhtmlxAccordion IE Crash OK.... Totally confused here. After trying just about everything to get the dhtmlxAccordion work work in IE (kept crashing the page) I kept removing code until I narrowed down what the issue(s) were that were causing the IE issues, and came up with the following: (note that FireFox is completely fine) This works fine in IE: http://www.goodwillgamers.com/test.php This crashes the page and aborts in IE: http://www.goodwillgamers.com/test2.php Note that the ONLY difference is in test2.php is that the dhtmlxAccordion is within a DIV container. What am I missing??? Answer posted by Alex (support) on Mar 16, 2009 04:10 Please, try to place accordion initialization script after the parent div element: <div> |