I would like to know how to create buttons like the ones on Apple’s main page?

Can anyone help me get started or point me in the direction of a tutorial?
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.
Take your pick from these google results Or search on your own for “CSS Sprites”. The basic technique is you put all the various states and images in one graphic, and then you use the
:hoverpseudo slector to change thebackground-positiondeclaration to move the background image to the coordinates that contain the proper state(s).