Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
ummhcwd3 #1
Images in a drop down
Can images be rendered in a drop down object. I create subscripts and
superscripts as images in fireworks and then place the path of the image in a
database field. The images are fine when placed on a page by themselves
<cfoutput>#imagename#</cfoutput>. The problem I encounter is attempting to
reproduce the image in an drop down list. Code is as follows:
<select multiple name="getimage">
<option selected value=""> </option>
<cfoutput>
<option value="M2"><img src="myimage.png"></option>
</cfoutput>
</select>
Is CF up to the task or have I hit a deadend?
Thanks in advance
ummhcwd3 Guest
-
Images blocking the Drop down Menu
Hi, I created a drop down menu. But blocked with images below. What can I do? Please help, Thanks! Mikeco -
Drop down menu in asp and dynamic images
Hi I have an access database with a complete list of my clients. Firstly, how do I set the database to link to an image for each client? I do... -
Drag-n-drop images with ColdFusion/Flash
I'm trying to figure out if something is possible. I have a database of people. All of these people have a bunch of images specific to them that... -
images with drop shadows on mixed background colours
Hello there Does anyone know how I can create an image with a drop shadow that will be layered over the top of a background of different colours? ... -
Display images name thrue drop down box
Hi, I have a folder include images and i want to disply the names of these images in drop down box and when i change the name the image also... -
blewis #2
Re: Images in a drop down
I think this is really a limitation of the HTML standard, not CF. I don't
think that you can embedd images in any standard select list. You will
probably have to build you own dropdown object using DHTML or something.
Bryan
blewis Guest



Reply With Quote

