Today is
. Page created 10/30/05, updated 06/04/06
T
his script allows you to play with CSS Style configurations for Buttons and TextBoxes. You can customize the background color, text color, text size, and border style. This script really helps if you want to have you own unique buttons & textboxes for your site. What this generator does in reality is to generate the code for either form buttons or text boxes and show a generated example besides the generated copy and paste code for the effect.
S
ince this generator is of such a size as to limit text on this page, just grab the above button (which was made by the "Style Player") to access it.
** We did generate this form button with the "Style Player Generator" and as we are going to explain further down the page, we had to modify it to have it function as a link. See Note of Importance ~ in reference to the generating of either the textarea form box ot button.
W
e have tested the code in IE6.0, Firefox1.0.7, Opera8.50, Netscape7.02, Netscape8.0.4 and AOL Explorer1.1. This script worked well in all platforms with no variations observed*.
* The only variation observed was with the [ Color Chart ] which we added for your convenience and is not part of the generator. The variation was observed in Opera8.50 where it would not give HEX or RGB color codes, just text words for the color. For this generator this is fine because you can enter either HEX or word colors and it will work.
D
epending on your knowledge of HTML and javascripts, this is an easy two part copy and paste code that goes in both the <HEAD> and <BODY> sections of your document with no reconfigurations other than cosmetic (in the <BODY> section) to blend with your
site.
T
he first reconfiguration would be that of the <BODY> tag itself. It is not a complete tag.
Default <BODY> Tag
<body bgColor="white">
Reconfigured Complete <BODY> Tag
<body bgcolor="#?" text="#? " link="#? " alink="#? " vlink="#? ">
Just replace the ? with the colors of your choice.