> 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
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
Use CSS:
input {
color: Navy;
background: LightBlue;
}
(I'm writing from memory, but the essence is that.)
((HTH))
--
Un gran saludo/Big regards...
Arturo Barajas, IT/Systems PPG MX (SJDR)
(427) 271-9918, x448
> -Original Message-
> From: Sunfire [mailto:[EMAIL PRO
3 matches
Mail list logo