How do I style jQuery Combobox to look like a normal select dropdown
Posted
by
Joe T
on Stack Overflow
See other posts from Stack Overflow
or by Joe T
Published on 2010-12-23T10:48:31Z
Indexed on
2010/12/23
10:54 UTC
Read the original article
Hit count: 208
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?
© Stack Overflow or respective owner