DanUK
10-25-2003, 05:32 PM
Hi again, my last query for tonight, hehehe! Sorry!
I currently have a login on my site, the button calls the class "input.mainoption" which is a nice blue'y colour which matches the theme.
The CSS for this:
input.mainoption {
background-color : #c9e1f3;
font-weight : bold;
}
However, how can i make it so that all the buttons only are using that design? I have tried using input, and get my textareas going the same colour which looks awful.
I know I should call it via the class, but there's so many, and pages change so often, i wondered if there's a default way to customise buttons only?
Thanks if you can help!
I currently have a login on my site, the button calls the class "input.mainoption" which is a nice blue'y colour which matches the theme.
The CSS for this:
input.mainoption {
background-color : #c9e1f3;
font-weight : bold;
}
However, how can i make it so that all the buttons only are using that design? I have tried using input, and get my textareas going the same colour which looks awful.
I know I should call it via the class, but there's so many, and pages change so often, i wondered if there's a default way to customise buttons only?
Thanks if you can help!