I 开发者_如何学Cwant 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.
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/
You can do this by applying external skins to your controls.
Skinnable Form Controls lets you do this.
精彩评论