You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: