Topic: Form CSS (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 03-09-2004 06:39
I've seen it everywhere - and yet I have no clue how to go about implementing it into my site. How do you add .CSS to a form like a user/password entry? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 03-09-2004 07:46
It is just like other forms of CSS code: input {
|
Maniac (V) Inmate From: under the bed |
posted 03-09-2004 13:39
Warmage gave the example. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-09-2004 14:29
sorry for sort of highjacking this thread: |
Maniac (V) Inmate From: under the bed |
posted 03-09-2004 17:09
I don't know of any way to do that reliably without a class. =( |
Bipolar (III) Inmate From: Cold Sweden |
posted 03-09-2004 17:11 |
Maniac (V) Inmate From: Boston, MA, USA |
posted 03-09-2004 23:01
would an inline style work for this special need? |
Bipolar (III) Inmate From: Berlin, Germany |
posted 03-10-2004 00:52
.sourroundingTableClass input[id=thisID] |
Maniac (V) Inmate From: under the bed |
posted 03-10-2004 01:33
And if most of the world used a real browser, we'd be all set |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-10-2004 08:50
that's what I feared. |