How to do styling for option html tag ?
<option> using jquery or css?
How to do styling for option html tag ?
<option> using jquery or css?
You might need to take a look at the jQuery plugin jqtransform
.
I have personally tested it and its works in IE-7
.
Very low quality question.. but here goes..
you can style it in an external CSS by using :
option {color:green;}
you can use inline-styling like this :
<option style="color:green;">
Here is the links for a great css and jQuery for the select option tag:
tyle-select-box-using-only-css.
custom-styling-of-the-select-elements.
harvesthq.github.
Hope these links will help you.
Hi try with these links
http://bavotasan.com/2011/style-select-box-using-only-css/
http://cssdeck.com/item/265/styling-select-box-with-css3
http://cssglobe.com/post/8802/custom-styling-of-the-select-elements
or you can go with jquery plugins like
http://adam.co/lab/jquery/customselect/
http://www.paulund.co.uk/how-create-nice-looking-dropdowns-using-dropkick-js
You can use jquery chosen library to style select box