Topic: Applying styles to text boxes only (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 10-07-2003 08:45
hi guys, |
Bipolar (III) Inmate From: Berlin (almost) |
posted 10-07-2003 11:15
There is a way: |
Nervous Wreck (II) Inmate From: |
posted 10-08-2003 01:14
oh... |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 10-08-2003 23:56
The CSS3 Specs is to place to find confirmation about that information. The part about attribute selectors are probably what you're looking for. |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 10-12-2003 13:18
What's wrong with class? |
Maniac (V) Mad Scientist From: :morF |
posted 10-12-2003 13:29
or you could just have two styles, one for textboxes (class textbox) and one for everything else. Basically just create an empty style of input { } then create input.textbox { } with your style info for your texboxes... |
Maniac (V) Inmate From: under the bed |
posted 10-12-2003 17:45
rinswind - there's nothing wrong with using a class, of course, but if it could be down without having to bother adding the class="whatever" then all the better. |