jordan WOLLMAN wrote:

I have historically given form buttons a class, but I'm wondering if there's
a way to style all form buttons globally. Like using something like
"input[button]" which doesn't work.

I looked on w3.org and couldn't find what I was looking for. Anyone know how
to make this work?

Jordan,

Attribute selectors [1] could do this, but wouldn't you know it, they're not supported by IE. I would either use the button element in place of the input element, or just go back to using a class on on your buttons. Or use the attribute selectors anyway and just make the button styling part of your progressive enhancement (IE doesn't get all the unnecessary but nice flourishes that better browsers do).

By the way, to start a new thread, do not reply to an existing message. When you do this, your message gets threaded on to the old thread, which messes up the archives and makes it less likely that others will see your message and subsequently reply to you. You must send a new message with an appropriate and descriptive
subject line to [email protected] in order to start a new thread.

Thanks,
Zoe

[1] http://www.w3.org/TR/CSS21/selector.html#attribute-selectors

--
Zoe M. Gillenwater
Design Specialist
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to