|
The tool offers you the possibility of changing the standard look of the form elements checkbox and input.
The main idea comes from various skins for the Opera browser.
You will find 2 scripts, one sample and 4 predefined skins in the package.
Set the preferrable skin at the first line of preload.js (default skin is set to plain).
Bind the first script preload.js
into the <HEAD> - area this way:
<script language="JavaScript" src="preload.js"></script>
and the second script skin.js into the footer of the page before the </body> tag.
The parent elements contains your form (or some forms) should have attribute id="formcontainer". Only input and checkbox element in the "formcontainer" will be affected. Tested for MSIE6-7 (Windows), Firefox1-2, Opera7-9. In Opera, a small bug appears if the windows will be resized. |
DemoClick on the links to test the demoTo make your own skin, simply create 8 small images, name them like those from the downloaded package and place them into a new directory under /skins/ Change log: the newest version of the script works with all HTML-Doctypes. |