I am just starting to build my own custom skin based on the "Hay" skin. I have figured out how to create an assembly and recolor the sprites using Photoshop. The part I don't understand relates to the controls corresponding CSS file. In the CSS code below, the background-postion is: 100% -216px. What does the -216px represent? You can't have a negative pixel coordinate on the actual sprite image so where is this pointing to on the sprite to get the background? I am guessing you go down 216 pixels on the sprite and the image just above it is the image used for the background. Is this correct
.RadMenu_Hew .rmRootGroup a.rmDisabled:hover .rmExpandRight,.RadMenu_Hew_Context .rmGroup a.rmDisabled:hover .rmExpandRight,.RadMenu_Hew_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,.RadMenu_Hew .rmGroup a.rmDisabled:hover .rmExpandDown{ background-image: url('<%=WebResource("Hew.Web.UI.Skins.Hew.Menu.rmSprite.png")%>'); background-position: 100% -216px;}