|
pcguy -> TEXT vs. TEXTAREA? (12/7/2005 9:13:39)
|
Is there any way to affect ALL the "text" input areas (without affecting anything else) by using a tag like this: INPUT { font-size: 10px; font-family: Arial, Helvetica, sans-serif; } TEXTAREA { font-size: 10px; font-family: Arial, Helvetica, sans-serif; } Obviously, this doesn't work: TEXT { font-size: 12px; font-family: Arial, Helvetica, sans-serif; } I want to avoid using .mytextbox, because then I have to insert a class tag into each text input box... Any help appreciated!
|
|
|
|