Home : Visit Our Store : Latest Specials : Recommend Us
Contact Us :
Support Forum : Multiple Domain Discount
 
Scollbar Color Tutorial
Go to www.cgiscript.net for more free tools!

Description:
Use these instructions to create custom scrollbar colors. This script works on IE 5.5 and above. Look at the scrollbars on this page for an example.

View the Ace Color Chart

Directions:
Use these instructions to create a 'grab text' option adjacent to your textarea within your forms. You can use any of the 3 options, link, button, or image. See the example in the form below.

Directions:
Below you will see example code and where to place it in your HTML file. Change the colors shown in purple to match the colors that you use on your site. You can type in the actual color name (ex. black) or the HEX code for the color (ex. #000000). Use the 'Grab Text' buttons to select the code within the adjacent textarea. Then use Control-C or Edit -> Copy to buffer the text for pasting into your document.

Paste the code between the open and close HEAD tags within your document, like this:

<HTML>
<HEAD>
<TITLE>Title of page here.</TITLE>
<!--START THE STYLE CODE HERE-->
<STYLE TYPE="text/css"><!--
 BODY {
  scrollbar-arrow-color:#170088;
  scrollbar-base-color:red;
  scrollbar-shadow-color:#DDDDDD;
  scrollbar-face-color:black;
  scrollbar-highlight-color:#DDDDDD;
  scrollbar-dark-shadow-color:white;
  scrollbar-3d-light-color:white;
 }
//--></STYLE>
<!--STOP THE STYLE CODE HERE-->
</HEAD>

<BODY>
Body of document here.
</BODY>
</HTML>

Then use Control-C to copy the text into your web page.


Home
| Recommend Us | Contact Us
Copyright ©  WWW.CGISCRIPT.NET, LLC.