-
Notifications
You must be signed in to change notification settings - Fork 412
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
Sprite not working in IE7 #46
Comments
That "font crushing" method is a little problematic too. I changed the HTML5 Boilerplate method again for the 4.0.0 release (haven't got around to documenting it), so you might want to have a look at that too. Basically just falls back to negative text indent in IE 6/7. Commit: h5bp/html5-boilerplate@adecc5d |
Cool, thanks! What was the IE6/7 issue with the font crushing method, out of interest…? |
It left a faint trace of tiny text. But the main reason I changed it was due to issues in the Android browser. There are some links to other issues in 1149 that you can check out. |
Awesome, cheers man! |
Updated the code to use the H5BP method. Please report any oddities you may find! |
I’ve had reports of the sprite not working in IE7, and it’s (unfortunately) down to the
text-indent:100%;
used in the Kellum method.I’m probably gonna move this from the Kellum method to the H5BP method that @necolas writes about here.
The text was updated successfully, but these errors were encountered: