jQuery combobox Styling issue -
i rendering jquery combobox, height of input element not match height of toggle button shown in screen shot below. happening in both, ie 9 , firefox 13.
the style being used jquery combobox below.
<style> .ui-combobox { position: relative; display: inline-block; } .ui-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; /* adjust styles ie 6/7 */ *height: 1.7em; *top: 0.1em; } .ui-combobox-input { margin: 0; padding: 0.3em; } .ui-autocomplete { height: 200px; overflow-y: auto; } </style>
you should update combo-box widget jqueryui page. , make sure use latest jquery-ui (this issue fixed recently).
this helped me...
Comments
Post a Comment