Forum Moderators: open

Message Too Old, No Replies

combobox style

         

Sandro87

8:03 pm on Jun 1, 2009 (gmt 0)

10+ Year Member



How can I personalized a combobox overriding the default browser style? I'm sure it can be done cause I've seen several in other sites but I don't know where to search. Simple css is not enough, there's must be some in JS, any help?

[edited by: Sandro87 at 8:11 pm (utc) on June 1, 2009]

whoisgregg

4:38 pm on Aug 18, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello Sandro87,

If you're still looking for a solution for this, what some web developers do is actually code their own combobox from scratch. Basically, although it *looks* like a combobox, it's actually just designed to look like one.

Some searches for the functionality you want, plus "javascript combobox" should help you find some examples and tutorials.