you must have a: "." (no quotes) in front of the options in the style tag. The period identifies it as a class.
-----Original Message----- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 9:47 AM To: CF-Talk Subject: RE: OT - dropDown lists / CSS <style> options{color:red;background-color:blue} </style> <select class="options"> <option value="Whatever">Whatever</option> <option value="Whatever">Whatever</option> </select> Joshua Miller Web Development - Eagle Technologies Group Business Solutions for the Next Generation www.eagletgi.com [EMAIL PROTECTED] -----Original Message----- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 9:34 AM To: CF-Talk Subject: Re: OT - dropDown lists / CSS Yes <cfselect class="blah" ...> should work. If you look at the generated code you will see the cfselect produces a select tag and that the class propagates with the usual caveats of cross browser issues. HTH Don ----- Original Message ----- From: "Michael Vinson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 7:20 AM Subject: OT - dropDown lists / CSS > Hi... sorry about the OT but short of reading the latest CSS spec, I > simply cannot find an answer/sample. Can styles (CSS) be created to > control the font of a drop-down list box (using cfselect)?? I'm dealing > with data (course titles) with copy like... "configuring the hooHaa > component in the whatNot envrionment" ... I'm trying to avoid breaking > my interface & placing the list boxes somewhere else :( > > thanks, Mike > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

