Its already there Barney (cept in IE of course, unless you download Dean Edward's IE7 fix)
Attribute selectors allow you to work with selected tags based on their attributes input[type="checkbox"], input[type="radio"], input[type="submit"]. Sandy Clark Interested in a 4 day hands on CSS Class? Running 11/29 - 12/2 in Rockville, MD http://www.teratech.com/training/oc_classes.cfm#CS201H -----Original Message----- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 7:58 PM To: CF-Talk Subject: Re: OT: CSS Nope, sure isn't. Forms and CSS don't play very well, because EVERYTHING is an input tag. It'd be a lot better if they had individual tags for each element type, or at least had psuedo classes that would affect only certain elements. I.e. input::radio would only affect radio buttons. I'm not holding my breath for either one though. cheers, barneyb On 11/10/05, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > Hey sorry for the OT but anyone worth asking comes here :) > > Is there a way to set a style for a particular input type? > > Example: I have a global style for input,textarea,select in my .css to > automatically style all those elements throughout the app. That style > has a thin border around all the fields but I don't want the border on > <input type="image... /> fields... > > So is there a way to write a class for just input where the type = > image that will be picked up automatically (so I don't have to add a > class="" to all of them)? > > Thanks for any tips! > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223926 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

