Possible Duplicate:
Is it possible to style a select box?
I'm searching for a way to customize a select element in my HTML code. I wanted my select to look like this:
I want the user to be able to see an image and two texts, which represents the first element of my list. Since this is supposed to be accessed by a smartphone (Android and Blackberry), I believe the list will open in the operating system component, so I don't have to bother styling the remaining options of my select, right? What is the best way to accomplish this?
Thanks a lot in advance!
I don't think you can accomplish quite as much as you want with just css styling a <select>
tag. This is about how far it goes: http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
I would suggest using other elements, like <div>
s to accomplish what you want, and a little bit of javascript (jQuery, MooTools) for the added effects.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With