1) change the width of class name .belt to 20000px
2) the left and right controlls must be defined in the HTML and positiond as required.
Code:
.........
</div>
<img id="right" src="http://www.jacksdesign.co.uk/rings/ellipse/../../images/arrow_left.gif" style="position:relative;top:0px;" />
<img id="left" src="http://www.jacksdesign.co.uk/rings/ellipse/../../images/arrow_right.gif" style="position:relative;left:860px;top:0px;" />
<div id="footer">
<div id="footer_right"><a href="http://www.goodwebdesignuk.com" target="_blank" class="bottom">website design</a></div>
<div id="footer_left">© Jacks Jewellery Design 2010</div>
..............
3) the initialise call is
Code:
<script type="text/javascript">
/*<![CDATA[*/
new StepCarousel({
galleryid: 'bottom', //id of carousel DIV
panelclass: 'panel', //class of panel DIVs each holding content
moveby:8,
GoTo:2, // set this to the set number to be visible on page load
LeftNav:'left',
RightNav:'right',
Speed:500
});
/*]]>*/
</script>
this is all in my previous example
Bookmarks