Topic: Input Box (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Washington DC |
![]() I have this simple input box on this code: <form action="http://www.google.com/search" method="get">
|
Maniac (V) Inmate From: under the bed |
![]() There are ways to directly set a style based on the type of input, but they are not reliably supported at this point. |
Maniac (V) Inmate From: Washington DC |
![]() I actually looked at your links page DL and saw the way you did it, code: <input type="submit" class="button" value="GoOgLe!">
code: input:button {blah blah blah}
|
Maniac (V) Inmate From: under the bed |
![]() actually it would need to be "input.button", or more simply, ".button" code: .button
|
Maniac (V) Inmate From: Washington DC |
![]() Thanks... |