开发者

How to styles checkbox, radio button, dropdownlist by javascript?

开发者 https://www.devze.com 2023-03-01 12:49 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消