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

Firefox image sprite issues #5

Open
somerandomdude opened this issue Apr 30, 2013 · 0 comments
Open

Firefox image sprite issues #5

somerandomdude opened this issue Apr 30, 2013 · 0 comments

Comments

@somerandomdude
Copy link
Owner

projects_list a {

/* SNIP */
background-image: url("images/code-sprite.png");
}

code-wp-biographia {

background-position-y: -120px;
}

... to this ...

projects_list a {

/* SNIP */
background: url("images/code-sprite.png") 0 0 no-repeart;
}

code-wp-biographia {

background-position: 0 -120px;
}

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