Try this, it makes IE much more compatible including support for IE5, 5.5 and 6. (Even fixes the broken box model in IE5.x. If you use, this (pure javascript) IE will support all selectors.
http://dean.edwards.name/IE7/intro/ -----Original Message----- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 8:28 AM To: CF-Talk Subject: RE: CSS Attribute selectors allow you to work with selected tags based on their attributes input[type="image"]{border:none;} 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: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 7:51 PM To: CF-Talk Subject: OT: CSS 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 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 11/9/2005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223933 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

