?
If your trying to make a select box have color you can use this

<cfselect name="whatever" size="1">
  <cfoutput query="something">
    <option value="#xxxx#" <cfif queryname.CurrentRow MOD
2>STYLE="background-color:blue;"</cfif>>
                #what you want#
    </option>
  </cfoutput>
</cfselect>

-----Original Message-----
From: Mark Adams [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 1:54 PM
To: CF-Talk
Subject: access color selection box with CF?


Has anyone accessed the windows color select box using CF?

-Mark

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to