thegreatorangepeel
12-30-2004, 12:57 AM
I'm having trouble getting CSS to change the appearance of my checkboxes.
body
{
background: url('../png/slash.PNG');
}
input
{
text-decoration: none;
background-color: transparent;
color: #00CC00;
border-width: thin;
}
textarea
{
text-decoration: none;
background-color: transparent;
color: #00CC00;
border-width: thin;
}
a
{
text-decoration: underline overline
}
(ignore some of the unnecessary garbage. I'm still learning CSS)
it seems to me that "input" should change all input types, but my checkboxes sit there white. I have tried many differnt things (to the point that I lost track). Anyone have a difinitive anwser for me on how I should implement this?
Addendum:
I've been testing with Mozilla 1.7.1, Firefox 1 and MSIE
body
{
background: url('../png/slash.PNG');
}
input
{
text-decoration: none;
background-color: transparent;
color: #00CC00;
border-width: thin;
}
textarea
{
text-decoration: none;
background-color: transparent;
color: #00CC00;
border-width: thin;
}
a
{
text-decoration: underline overline
}
(ignore some of the unnecessary garbage. I'm still learning CSS)
it seems to me that "input" should change all input types, but my checkboxes sit there white. I have tried many differnt things (to the point that I lost track). Anyone have a difinitive anwser for me on how I should implement this?
Addendum:
I've been testing with Mozilla 1.7.1, Firefox 1 and MSIE