jquery - change checkbox border color -


Can I change the border color of the checkbox using CSS or jquery? I only have to change the border color of the check box.

If you want to do it with pure CSS, you will not get results which works in all browsers is. If you use jqueryUI then there are some implementations of the checkbox or the like, otherwise you have to do something similar to yourself using images.

Edit:
Please Note: Today (March 2015) This post is about 5 years old - Then IE6 Market share was about 10% and even the latest IE (version 8 at that time) was as dirty as hell. This answer is technically outdated nowadays .


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -