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!