|
|||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||
<link rel="stylesheet" type="text/css" href="contentslider.css" />
<script type="text/javascript" src="contentslider.js">
/***********************************************
* Featured Content Slider- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<body>
<!--Inner content DIVs should always carry "contentdiv" CSS class-->
<!--Pagination DIV should always carry "paginate-SLIDERID" CSS class-->
<div id="slider1" class="sliderwrapper">
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec4.jpg" alt="rb2" width="590" height="200" /></div>
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec5.jpg" alt="rb2" width="590" height="200" /></a></div>
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec6.jpg" alt="rb2" width="590" height="200" /></a></div>
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec7.jpg" alt="rb2" width="590" height="200" /></a></div>
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec8.jpg" alt="rb2" width="590" height="200" /></a></div>
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec3.jpg" alt="rb2" width="590" height="200" /></a></div>
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec2.jpg" alt="rb2" width="590" height="200" /></a></div>
<div class="contentdiv"><a href="http://www.rachelbrownlive.com"><img src="images/webimages/featuredcontent/fcontentdec1.jpg" alt="rb2" width="590" height="200" /></a></div>
</div>
<div id="paginate-slider1" class="pagination"></div>
<script type="text/javascript">
featuredcontentslider.init({
id: "slider1", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "#increment", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["Previous", "Next"], //labels for "prev" and "next" links. Set to "" to hide.
revealtype: "click", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
enablefade: [true, 100.0], //[true/false, fadedegree]
autorotate: [true, 5000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>