View Full Version : Horizontal Scroll
joshrodgers
07-02-2005, 04:58 AM
Anyone know how this horizontal scroll is done? http://playgroundtoday.com/. At the bottom is where its located. Both the left and right side are transparent -- the images fade in and out on the sides. I want to apply this to a vertical slideshow. Any ideas? Thanks,
Josh
cr3ative
07-02-2005, 06:35 AM
The script is controlled by http://playgroundtoday.com/products.js - try customizing that to how you would like it, and then link to it like so:
<script type="text/javascript" src="http://yoururl/scroll.js"/>
cr3ative
Self-closing script tags don't work in a lot of browsers. Firefox was the only one I found that it did work on. I had a hell of a time trying to figure out why my page was totally valid, yet came up completely blank in anything except FF. You must close the script tag like so:
<script src="myscript.js" type="text/javascript"></script>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.