Table of Contents

Creating a combo box with images

http://xfx.net/utilities/dmbuilderde/help/Samples/combobox/

Here's how this project works:


http://www.marghoobsuleman.com/jquery-image-dropdown

Editable Combo Box

http://www.baytree-cs.com/combo-select-box.html

DHTML Combobox

Currently HTML forms are missing a “combobox”. This control, familiar to traditional GUI programmers, combines the “text box” and “drop down select list”. Users can either select a value from the list, or type in their own value. I spent a lot of time looking around the internet for a “combobox” that would do what I wanted it to do but could only find partial answers, eg. they would work great in IE but not in Mozilla browsers or the definition of a “combobox” wasn't quite the same as mine.