How do I style jQuery Combobox to look like a normal select dropdown
- by Joe T
Hi everyone.
I am making use of jQuery 1.4.4 and jQuery UI 1.8.7 in a legacy code base.
I have added a few combobox() ui-widgets, these comboboxes live along side normal <select> dropdowns.
I am finding it difficult to get the two elements to look the same, i.e. the unstyled <select> with it's Internet Explorer / Windows based style and the most basic jQuery UI Themed ui-widget combobox.
The screenshot shows an unstyled <select> on the left and a jQuery ui-widget combobox on the right:
Is it possible to make the two look the same?