usefull CSS tricks and tips
1. Style a Dropdown / Select:
http://stackoverflow.com/questions/11185906/select-box-arrow-style/20129901#20129901
2. Style Checkboxes and Radio:
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
the point is to hide the inputs and put spans with background images instead and use js to change the background-position at need.
http://stackoverflow.com/questions/11185906/select-box-arrow-style/20129901#20129901
2. Style Checkboxes and Radio:
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
the point is to hide the inputs and put spans with background images instead and use js to change the background-position at need.
Comments
Post a Comment