I am having an select box when i click on the select box it is displaying options but the drop down box width is exceeding the width of the select box. How to controle the width and height of that drop down box. using CSS or JQuery.
I have tried css by giving width attribute for .selectbox option{width: 300px;} But it did not worked.
is there any way that i can control the width of the option box. it is ok if the text of the option wraps to the next line
Please see my code jsfiddle.net/5bt80txn