input
{
font-size:10;
}
select
{
font-size:10;
}
...in just one command...something like this...
input & select
{
font-size:10;
}
Is there a way to do this without assigning classes to these objects?
"michaaal" <res0...@verizon.net> wrote...