Can anybody recommend me a opensource JavaScript to put a sliding banner that runs down or up with scrollbar just like in this website, http://www.totaltraining.com/corp/ it appears after about 5-10 seconds at right side after loading page.
Guess the same can be done using jQuery. Just fadeIn the div containing link and image, and animate styles to it to float down the page. Read more about those effects here.
do you mean like this ad in this website: top-mafia-secrets.com/blog.php also check this: simplexdesign.blogspot.com/2009/10/make-sliding-ads-banners-for-your.html
I dont see any banner at http://www.totaltraining.com/corp/ but I think you need to put the banner in a position fixed element. <div style="position: fixed; top: 0px; left: 0px;"> BANNER </div> HTML: If you want the banner to appear 15 second after page load use jQuery fadeIn with setTimeout() function in a $(window).load() event