At work I have an application that requires a user to select a choice from a drop down box or a <select> control for the HTML savvy. As far as I know (or could find) there is no such control in HTML 4.01 that allows both a select box with the added bonus of taking free form user input. So to meet the needs of this project I crafted one up using CSS and JavaScript. This is my first dive into CSS/JS in a while so be gentle.
READ MORE »