I've searched for many a moon and as far as I know, you can't alter the border attributes or 3D properties on a select box. It doesn't make any sense, because just about all the other form elements accept these attributes. And the body properties won't cascade to select boxes, only textareas. I just match the bgcolor, widths, and fonts to the other form elements and curse the W3C for not doing something about it...
Tyler email | [EMAIL PROTECTED] ----- Original Message ----- From: "Steven Dworman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 11:10 AM Subject: RE: CSS I know about the scrollbar properties for the browser. What I'm trying to alter are the properties for a select box. -----Original Message----- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 10:56 AM To: CF-Talk Subject: Re: CSS There should be a area in your css like so. body{ scrollbar-face-color: #9999CC; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #9999CC; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #ADAED6; scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #FFFFFF; } There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown ----- Original Message ----- From: "Steven Dworman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 7:27 AM Subject: OT: CSS > I've been reading through css resources, but I can't seem to find much on > altering the properties of a select box. Changing the font, width, height, > blah blah is no problem. This issue is changing the scroll bar properties > such as color, and border properties so that I can remove the 3d effect. > > Any help is appreciated. > > Thanks, > > Steven D Dworman > --------------------------------------------------------- > Web Consultant > Systems Administrator > > ComSpec International - http://www.comspec-intnl.com > phone: 248.647.8841 > cell: 734.972.9676 > --------------------------------------------------------- > EMPOWER-XL ***Software for Higher Education*** > http://www.empower-xl.com > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc 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

