Button text colors ?

liunx

Guest
Can't you set the color of buttons ? I tried the following, the font size has effect, but not the color.<br />
<br />
<INPUT TYPE="button" NAME="button" Value="Show" onClick="showlang(this.form)"<br />
STYLE="TEXT=blue; P { color : blue; font-size : 14pt;} "><br />
<br />
How about background color of the button ?<br />
<br />
Thanks, Roland<!--content--><input type="button" style="color: blue; background-color: lightgrey; font-size: 14pt" value="Show" onclick="..."><!--content-->
 
Back
Top