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

.offset doesn't return correct width/height #2

Open
xiaowl opened this issue Feb 21, 2012 · 0 comments
Open

.offset doesn't return correct width/height #2

xiaowl opened this issue Feb 21, 2012 · 0 comments

Comments

@xiaowl
Copy link
Owner

xiaowl commented Feb 21, 2012

If no width/height property is set in CSS declaration, element.style.width would return "", then parseInt return NaN as the result.
I think it's better to use the window.getComputedStyle(element, null) to retrieve the width/height property.

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

1 participant