I saw this a couple months ago and love it. It is a drop down that you can enter text directly in. Pretty clever, they used CSS to put a textbox on top of a drop down. Then using a little JavaScript, the two become one.
Here's the link: http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/
Subscribe to:
Post Comments (Atom)
3 comments:
You can find html code for COMBOBOX in HTML in the following links. It is an Editable DropDown Listbox with any one select option as Editable (like a textbox ) and the rest as readonly.
http://chakrabarty.com/pp_editable_dropdown.html
http://chakrabarty.com/combobox.html
You can find html code for COMBOBOX in HTML in the following links. It is an Editable DropDown Listbox with any one select option as Editable (like a textbox ) and the rest as readonly.
http://chakrabarty.com/pp_editable_dropdown.html
http://chakrabarty.com/combobox.html
That is a nice one. Thanks for the tip.
Post a Comment