Is it possible to use three images in CSS sprite navigation?
This may be like this
My image http://img710.imageshack.us/img710/1429/navigx.jpg
If its possible what will be the result?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use any amount of images in a sprite, just move the positioning around in your CSS:
Just have to figure out the px distances to align the sprite to the element properly and you’re away!
Hope that helps.