Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE 8 not correctly setting width of .easy-accordion dd - defaults to 0px #6

Open
iamjono opened this issue Apr 26, 2013 · 3 comments
Open

Comments

@iamjono
Copy link

iamjono commented Apr 26, 2013

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.

@Reem-Alatrash
Copy link

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).

@williamluisi
Copy link

Having the same problem. Anyone have any luck w/ this?

@Luch
Copy link
Owner

Luch commented Sep 7, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants