I have used css to change the select box colours in a form
with the following
SELECT {background-color: #F7F7F7;color: black;
font-family: verdana, helvetica, arial, ms sans serif;
font-weight: normal;
font-size: 8pt
}
and the input boxes and form submit buttons with
INPUT {background-color: #F7F7F7;color: black;
font-family: verdana, helvetica, arial, ms sans serif;
font-weight: normal;
font-size: 8pt
}
Is it possible to change the button on the right of the select box using css and if so how?
Thanks
Ian Infinity exists! - I just haven't worked out a way to get there yet.
| |
with the following
SELECT {background-color: #F7F7F7;color: black;
font-family: verdana, helvetica, arial, ms sans serif;
font-weight: normal;
font-size: 8pt
}
and the input boxes and form submit buttons with
INPUT {background-color: #F7F7F7;color: black;
font-family: verdana, helvetica, arial, ms sans serif;
font-weight: normal;
font-size: 8pt
}
Is it possible to change the button on the right of the select box using css and if so how?
Thanks
Ian Infinity exists! - I just haven't worked out a way to get there yet.
| |