Jamcan
07-15-2012, 06:05 PM
1) Needs someone to fix a bug in the below for me. It is to have the images in the slider clickable ... linked to another page. the link is 'http://www.facebook.com/events/340857792656100/
2) Payment methods you support will be paypal
My email = timmytiger32@hotmail.com
_____________________________________________________________
http://www.bcfchurch.net/GNow.html
code =
<script type="text/javascript">
var firstbgcarousel=new bgCarousel({
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel
linkimage:'http://www.vicsjavascripts.org.uk/StdImages/Blank.gif', // a blank image is required to apply links
imagearray: [
// //["image_path", "optional description", "image link"]
['Youth/images/slide1.jpg', '<h2></h2>','http://www.facebook.com/events/340857792656100/'],
['Youth/images/slide2.jpg', ''] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:3000, cycles:4, stoponclick:false, pauseonmouseover:true},
navbuttons: ['images/left.gif', 'images/right.gif', 'images/up.gif', 'images/down.gif'], // path to nav images
activeslideclass: 'selectedslide', // CSS class that gets added to currently shown DIV slide
orientation: 'h', //Valid values: "h" or "v"
persist: true, //remember last viewed slide and recall within same session?
slideduration: 500 //transition duration (milliseconds)
})
</script>
2) Payment methods you support will be paypal
My email = timmytiger32@hotmail.com
_____________________________________________________________
http://www.bcfchurch.net/GNow.html
code =
<script type="text/javascript">
var firstbgcarousel=new bgCarousel({
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel
linkimage:'http://www.vicsjavascripts.org.uk/StdImages/Blank.gif', // a blank image is required to apply links
imagearray: [
// //["image_path", "optional description", "image link"]
['Youth/images/slide1.jpg', '<h2></h2>','http://www.facebook.com/events/340857792656100/'],
['Youth/images/slide2.jpg', ''] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:3000, cycles:4, stoponclick:false, pauseonmouseover:true},
navbuttons: ['images/left.gif', 'images/right.gif', 'images/up.gif', 'images/down.gif'], // path to nav images
activeslideclass: 'selectedslide', // CSS class that gets added to currently shown DIV slide
orientation: 'h', //Valid values: "h" or "v"
persist: true, //remember last viewed slide and recall within same session?
slideduration: 500 //transition duration (milliseconds)
})
</script>