how do i colour form field backgrounds?

Hi all just wanted to know the syntax for colouring the bg of text areas and forms. can i do it in my css??<br />
<br />
Cheers!<br />
<br />
d<!--content-->In the head:<br />
<br />
<style><br />
textarea {background-color:red; }<br />
input {background-color:blue; }<br />
select {background-color:green; }<br />
<style> <br />
<br />
does not work in Netscrap 4.x <br />
<br />
affects tha background color behind radios and checkboxes, not the color of the checkable background.<!--content-->Kewl! <br />
<br />
Thanx very much dino-Cobol dude I will implement 'em immediately!<br />
<br />
Cheers,<br />
<br />
d<!--content-->
 
Back
Top