开发者

How to increase checkboxes size with css which work in Google Chrome?

开发者 https://www.devze.com 2023-03-28 11:59 出处:网络
I have 开发者_StackOverflowimplemented many CSS methods to enlarge the size of checkboxes. Problem is that it does not work with Google Chrome. For example I tried http://www.456bereastreet.com/lab/fo

I have 开发者_StackOverflowimplemented many CSS methods to enlarge the size of checkboxes. Problem is that it does not work with Google Chrome. For example I tried http://www.456bereastreet.com/lab/form_controls/checkboxes/

Does someone know any idea ?

Thanks


Styling checkboxes is risky business. It's one of those things that never seems to work consistently with all browsers.

Having said that, jQuery offers a plugin to do a replacement on checkboxes and radiobuttons

http://plugins.jquery.com/project/ui-checkbox


This new project seems promising as well https://github.com/mattSOLANO/ScrewDefaultButtonsV2

0

精彩评论

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