Open iamjono opened 11 years ago
I'm facing the same issue, the .replacewith() method to add "dd-content" is not working for older IE versions(nor do the other jquery methods like html(), appendTo()...etc).
Having the same problem. Anyone have any luck w/ this?
I do not have a test environment at hand to test with IE8, but I do have a suggestion. Have you guys tried to use $(window).load(function() { instead of $(document).ready(function () {, Might help since $(window).load waits until all images are loaded and their sizes should be known at that point.
IE 8 can't seem to correctly set the width of the .easy-accordion dd element. Needs to be hard coded in CSS for it to then display the content, which is of course, suboptimal.