View Full Version : Cursor Scoller
Jamcan
01-30-2006, 02:44 PM
How do I get the scroller that follows the mouse to show on top (in front) of graphics and objects on my website. www.cast-utech.ca
Thanks all
Rohan
jscheuer1
01-30-2006, 10:07 PM
Find this and add the red part:
if (initialvisible==0){
curscroll.style.visibility="visible"
curscroll.style.zIndex="100"
initialvisible=1
}
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.