DanUK
04-18-2003, 09:19 PM
hi people. Is it in CSS where you can specify colours/text colour in fields? My site contains loads of forms with lots of fields, and thought it would be nice to 'match' the background and textcolour of the fields to the theme. My CSS file atm looks like:
a:link, a:active, a:visited {
color: #949191;
font-size : 10;
Font-Family: Tahoma;
text-decoration: none}
a:hover {
color: #BEBDBD;
font-size : 10;
Font-Family: Tahoma;
text-decoration: none}
BODY{
scrollbar-face-color:#98ADBF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#6C88A1;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#6C88A1;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:#000000}
}
FONT
{
color: #000000;
Font-Family: Tahoma}
Thanks!
a:link, a:active, a:visited {
color: #949191;
font-size : 10;
Font-Family: Tahoma;
text-decoration: none}
a:hover {
color: #BEBDBD;
font-size : 10;
Font-Family: Tahoma;
text-decoration: none}
BODY{
scrollbar-face-color:#98ADBF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#6C88A1;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#6C88A1;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:#000000}
}
FONT
{
color: #000000;
Font-Family: Tahoma}
Thanks!