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: > onclick="window.location='edit.php';" > onkeypress="window.location='edit.php'"> > so is there a way to change text color and background color for that? or i

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 http://www.webmatze.de/webdesign/css/b

RE: [PHP] changing colors on buttons

2003-03-03 Thread Barajas, Arturo
ilto:[EMAIL 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 l

[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: so is there a way to change text color and background color for that? or is it better to use and do it that way... my client wants light blue buttons with dark bl