[PHP] changing colors on buttons

2003-03-03 Thread Sunfire
is there a way you can change the text color on buttons as well as the background color for a button? i have a button that looks like: input type=button name=edit value=edit onclick=window.location='edit.php'; onkeypress=window.location='edit.php' so is there a way to change text color and

RE: [PHP] changing colors on buttons

2003-03-03 Thread Barajas, Arturo
PROTECTED] Sent: Lunes, 03 de Marzo de 2003 11:13 a.m. To: [EMAIL PROTECTED] Subject: [PHP] changing colors on buttons is there a way you can change the text color on buttons as well as the background color for a button? i have a button that looks like: input type=button name=edit value=edit

Re: [PHP] changing colors on buttons

2003-03-03 Thread Chris Hayes
At 18:13 3-3-03, you wrote: is there a way you can change the text color on buttons as well as the background color for a button? you do that by making a css style for the button, plenty of examples on the net, if you can figure it out from a german site try

Re: [PHP] changing colors on buttons

2003-03-03 Thread 1LT John W. Holmes
is there a way you can change the text color on buttons as well as the background color for a button? i have a button that looks like: input type=button name=edit value=edit onclick=window.location='edit.php'; onkeypress=window.location='edit.php' so is there a way to change text color and