G
Guest
Is there a news group for CSS?
I can set the style for INPUT but I don't have a good way of cascading a
style for all my <input type=button>. I have hundreds of them.
INPUT
{
FONT-SIZE: 11px;
COLOR: #000000;
FONT-FAMILY: Arial, Verdana
}
INPUT button
{
FONT-SIZE: 11px;
COLOR: #ffffff;
FONT-FAMILY: Arial, Verdana;
background-color: #ffcc99;
}
I can set the style for INPUT but I don't have a good way of cascading a
style for all my <input type=button>. I have hundreds of them.
INPUT
{
FONT-SIZE: 11px;
COLOR: #000000;
FONT-FAMILY: Arial, Verdana
}
INPUT button
{
FONT-SIZE: 11px;
COLOR: #ffffff;
FONT-FAMILY: Arial, Verdana;
background-color: #ffcc99;
}