RE: Background image in select box

2002-01-31 Thread John Cummings
http://www.netmechanic.com/news/vol4/design_no19.htm -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 2:56 PM To: CF-Talk Subject: Background image in select box Is there a way to put a background image in a select box? What I want to

RE: Background image in select box

2002-01-31 Thread Steve Oliver
I usually use CSS to set the background colors of them. I have a table in my dbase with a bunch of colors in it, then I do something like this for the style tag. style cfoutput query=getColors option.#getColors.colorHex# { color : #getColors.colorHex#; } /cfoutput /style Then this for the

RE: Background image in select box

2002-01-31 Thread Ron Hornbaker
Is there a way to put a background image in a select box? What I want to do is set up a admin page for a message board to allow the admin to choose the colors for the site. I would like to do something like so, but do not know how, or if it is even possible. SELECT NAME=color_1 OPTION