You are viewing a post by shakiro214. View all 107 posts in [b]Preview:[/b] [img]http://localhostr.com/files/aeb4ae284de9bd9958f1.jpg[/img] [b]Step 1:[/b] Go to [url=http://www.slide.com]www.slide.com[/url] and make a vertical slide. The slide in the.
Edit
Replace
[img]http://h1.ripway.com/shakiro214/images/replace.JPG[/img]
c. Find what: [b]"[/b]
Replace with: [b]'[/b]
d. click [b]Replace All[/b][/quote]
[b]Step 4:[/b] Copy the entire code from your notepad and paste it into
one of the onload handlers of your external js file.
[b]Onload Handler:[/b] Is a handler which triggers an onload event once the entire page has finished loading.
You might already have several onload handlers in your js. If you have a slide for photo gallery just paste this code above the variable for the photo gallery slide. See next code for example on [b]Onload Handler[/b].
[b]*if you don't have one then use this:[/b]
[quote]function vslide(){
[b]PASTE VERTICAL SLIDE CODES HERE[/b]
}setTimeout("vslide()",8000);[/quote]
[b]-or this-[/b]
[quote]if (!attachOnLoadHandler(function(){vslide()})) window.onload = function(){vslide()};
function vslide(){
[b]PASTE VERTICAL SLIDE CODES HERE[/b]
}[/quote]
Now paste the entire code into your external js file, save, done.
Last edited by shakiro214 (2008-02-22 10:17:41)