Hi.
I want to have a drop down list that display's images instead of text when it's active, but returns to text once the user selects it. I was wondering if someone more experienced in the DOM could give me some pointers.
Hi.
I want to have a drop down list that display's images instead of text when it's active, but returns to text once the user selects it. I was wondering if someone more experienced in the DOM could give me some pointers.
Well it can't be done with a normal select box, you have to pretty much hack a bunch of divs and/or spans together to act like a select box. It's been done with a few AJAX autocomplete scripts that you can tear apart.
Got any links?
Autocomplete sort of got blown to huge proportions so http://www.google.com/search?q=ajax+autocomplete should provide enough links.
Not exactly what I was looking for, but i see what you mean. Is there a way i can pop up one of those when the user presses a select, but stop the select from dropping down? Or hise the drop down it makes. Thanks.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.