![]() |
Easy Question:
How do I change the color on this submit button?
<input type=submit value="Search the Site"> |
easy answer
<form> <input type="submit" style="background-color: #99cccc" value="Search the Site"> </form> |
Got it. Thanks.
|
your welcome
|
Hey hyper .... little tougher question
<textarea name="textfield" cols="65">How do we change the background color and text color of this field ??</textarea> WTF ??? I did not do that ... I am guessing that it is done with this pages CSS stlyes ??? |
<INPUT TYPE="text" SIZE="40" STYLE="background:pink" STYLE="color:purple" VALUE="HUNGRYMAN - Haven't you ever heard of css?">
|
css rules..... I use hard code styling in my heads... but the result is the same. :thumbsup
|
<select size="1" name="D1" style="background-color: #0000FF; color: #FFFFFF; font-family: Verdana; font-size: 10 px; font-weight: bold; border-style: dotted; border-color: #000000">
<option>Hungryman has heard of css</option> <option>Hungryman has not heard of css</option> </select> |
<INPUT TYPE="text" SIZE="80" STYLE="background:red" STYLE="color:white" VALUE="Equinox is GAY.....So what?? Mind your own business">
|
HUNGRYMAN Knows CSS <input type="radio" name="HUNGRYMAN Knows CSS" value="yes" style="background : teal; color: #cc99ff">
HUNGRYMAN Doesnt Know CSS <input type="radio" name="HUNGRYMAN Doesnt Know CSS" value="No" style="background : teal; color: #cc99ff"> |
Quote:
|
css is good thing if everybody uses IE 5 or better...
If your customer uses Netscape you'll be sooner or later big trouble... :BangBang: Netscape Sucks good... :Graucho |
Quote:
DynaMite If you want an example let me know...I use it all the time :1orglaugh |
$style = "netscape";
if(strstr($HTTP_USER_AGENT, "MSIE")){ $style = "style"; } < link rel = "stylesheet" type = "text/css" href = "<?=$style?>.css" /> There you go! DynaMite |
All times are GMT -7. The time now is 10:01 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123