I am working on incorporating icons into my project. The image I have contains an array of 16x16 icons at this URL: "http://www.freepbx.org/v3/browser/trunk/assets/css/jquery/vader/images/ui-icons_cd0a0a_256x240.png?rev=1"
Does anyone know how I can select and use just one of these icons as a background image in CSS?
I am trying to display either an x icon or a checkmark icon to the right of an input text field to indicate to the user if their input is valid or invalid.
Thank you, Stavros