You can use CSS selectors:
input[type="text"],input[type="password"],input[type="checkbox"],input[type="radio"]
{background:#000; color:#FFF;}

But this doesn't work in IE6...


On Tue, May 6, 2008 at 2:00 PM, Matthew Pennell <[EMAIL PROTECTED]>
wrote:

> On Tue, May 6, 2008 at 1:52 PM, Paul Collins <[EMAIL PROTECTED]>
> wrote:
>
> > My issue is that the submit buttons now have this styling also in
> > certain browsers. I'd like to give them a class and set them back to
> > their original look, but background:none; doesn't work. Is there a way
> > of doing this does anyone know?
> >
>
> Not quite what you asked, but have you considered using the <button>
> element for your submit button instead of an input? Removes this kind of
> annoyance.
>
> --
>
> - Matthew
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
>



-- 
Samuel Santos
http://www.samaxes.com/


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to