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

Bad unit value under IE6/7 #1

Closed
pyrsmk opened this issue Nov 14, 2011 · 1 comment
Closed

Bad unit value under IE6/7 #1

pyrsmk opened this issue Nov 14, 2011 · 1 comment
Labels

Comments

@pyrsmk
Copy link
Owner

pyrsmk commented Nov 14, 2011

Internet Explorer 6 and 7 can't guess the unit value at the core of the em computing of W. This comes from a bad offsetWidth value returned by the browser. It seems the created span is not initiliazed properly.

Therefore, this unit value is fixed to 16 while this bug is not fixed.

@pyrsmk
Copy link
Owner Author

pyrsmk commented Nov 23, 2011

The DOM must be ready before guessing the em unit (as it creates an element). Informations will be added to the documentation ;)

@pyrsmk pyrsmk closed this as completed Nov 23, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant