The ZscrollBar script! Tested in all the 4.0+ browsers, although there is a problem with clipping paths in Opera, I'm going to be putting this browser on my "better off dead" list, heh. I've modified the code in several ways from the first test version you received, hope the test worked out OK for you? I recently added the "click and hold" function for the up and down arrows, and made several modifications to eliminate the annoying "onStartDrag()" functionality built into windows.

One of the main things I modified was the variable section. You now have access to these variables so that the script can be as multi-functional as possible. (It's already preconfigured to meet the needs of your client.) The following section is exactly as it appears in the script "ZscrollBar.js".

// ZscrollBar script by Kevin Thomas Doyle (aka) Dr. Thaddeus Ozone
// Copyright ©2000-2001, all rights reserved. ???'s -> visit 'http://www.ozonicLabs.com/'

    mark = 20;  distance = 9;   // milliseconds to repeat & amount to scroll.
    sTop = 15;     sLeft = 594; // define the top left corner of the scroll area.
   sHigh = 362;    sWide = 48;  // overall height & width of the scrolling area.
    tTop = 15;     tLeft = 15;  // define the top left corner of the text area.
   tHigh = 362;    tWide = 572; // overall height & width of the text window to display.
   uHigh = 12;     dHigh = 12;  // how tall are the 'up' and 'down' arrows?
 slidTop = 27;  slidLeft = 596; // define the 'rest' position of the slider.
slidWide = 11;  slidHigh = 44;  // define the dimensions of the slider.

// NOTE: You shouldn't need to alter anything after this point.

Go to ZscrollBar not visible

Download the entire unit: /ZIP/ZscrollBar.zip

Lorem ipsum dolor sit amet, consectetaur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Et harumd und lookum like Greek to me, dereud facilis est er expedit distinct. Nam liber te conscient to factor tum poen legum odioque civiuda.

Lorem ipsum dolor sit amet, consectetaur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Et harumd und lookum like Greek to me, dereud facilis est er expedit distinct. Nam liber te conscient to factor tum poen legum odioque civiuda.

Lorem ipsum dolor sit amet, consectetaur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Et harumd und lookum like Greek to me, dereud facilis est er expedit distinct. Nam liber te conscient to factor tum poen legum odioque civiuda.

Lorem ipsum dolor sit amet, consectetaur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Et harumd und lookum like Greek to me, dereud facilis est er expedit distinct. Nam liber te conscient to factor tum poen legum odioque civiuda.

Lorem ipsum dolor sit amet, consectetaur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Et harumd und lookum like Greek to me, dereud facilis est er expedit distinct. Nam liber te conscient to factor tum poen legum odioque civiuda.

---top of page---
---end of content---