I want styles my checkbox, dropdownlist follow my style example : transparent background, change color border, change stick sign, change arrow dropdown … How can i style these controls by javascript ? please give me some advices, solutions or sources to solve it. thanks in advance.
I want styles my checkbox, dropdownlist follow my style example : transparent background, change
Share
Use CSS.
http://reference.sitepoint.com/css
You can use jQuery to manipulate the CSS properties of DOM elements on the client side:
http://api.jquery.com/css/