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

Sprite not working in IE7 #46

Closed
csswizardry opened this issue Oct 24, 2012 · 5 comments
Closed

Sprite not working in IE7 #46

csswizardry opened this issue Oct 24, 2012 · 5 comments

Comments

@csswizardry
Copy link
Owner

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.

@ghost ghost assigned csswizardry Oct 24, 2012
@necolas
Copy link

necolas commented Oct 24, 2012

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
Related issue - h5bp/html5-boilerplate#1149

@csswizardry
Copy link
Owner Author

Cool, thanks! What was the IE6/7 issue with the font crushing method, out of interest…?

@necolas
Copy link

necolas commented Oct 24, 2012

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.

@csswizardry
Copy link
Owner Author

Awesome, cheers man!

@csswizardry
Copy link
Owner Author

Updated the code to use the H5BP method. Please report any oddities you may find!

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

2 participants