CSS sprites background and selectors
问题 Thank you in advance for any help you can give. I am implementing sprites for the first time and am looking to streamline my code. Below is my css and html. CSS div[class^='Rating'] { background:url('http://10.0.50.19/images/Ratings.png') no-repeat; width:68px; height:13px; display:block; } .Rating0_5 { background-position: 0px 0px; } .Rating1_0 { background-position: 0px -13px; } .Rating1_5 { background-position: 0px -27px; } .Rating2_0 { background-position: 0px -41px; } .Rating2_5 {