IE being the most popular browser in the webstats of any website I've done
makes attribute selectors useless. If I've got to go set a class for it
because of IE, then I may as well just let all other browsers use the class
too... It sucks too because the attribute selectors are really cool.
 
Thanks for the replies people :)

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-----Original Message-----
From: Sandy Clark [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 8:21 AM
To: CF-Talk
Subject: RE: OT: CSS

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.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223931
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
  • RE: OT: CSS Bobby Hartsfield
    • RE: OT: CSS Bobby Hartsfield

Reply via email to