I think you are using the default styles. Try something like      border: 1px 
solid #FF0000;.

Adi Azar
University Of Southern California
www.adiazar.com

skip evans <[EMAIL PROTECTED]> wrote: Hey all,

A client site I'm doing some maintenance on has a bunch 
of input statements like this:

 [input] 

...and I thought I could apply a style to all of them, 
without having to go back and inserting class="something" 
to all of these forms by using:

input {
      font-family: Arial, Helvetica, sans-serif;
      border: 1px solid #000000;
      color: #000000;
 font-weight: normal;
 font-size: 11px;
}

...but this has no affect.

I also tried

input.text {

but that had no affect either.

Suggestions greatly appreciated,
Skip

-- 
Skip Evans
Big Sky Penguin
61 W Broadway
Butte, Montana 59701
=-=-=-=-=-=-=-=-=-=-
Check out PHPenguin, a versatile and lightweight
code base for developing PHP/MySQL applications.
phpenguin.bigksypenguin.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

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

Reply via email to