Post by Sam on Mar 10, 2012 4:57:38 GMT -8
Hi all,
I'm not sure if I'm posting this in the relevant section, but I don't suppose anyone could help me out with the image carousel that you find on many websites. An example would be this:
This is from the website of: www.sydneybuses.info/
The coding I have found so far indicates the following, but everytime I try to use this it doesn't work and uses all the images together at the same time, rather than individually.
Can anyone help me out please, and either create the code for me to use on my own website, or point me in the right direction?
Many thanks,
Sam.
I'm not sure if I'm posting this in the relevant section, but I don't suppose anyone could help me out with the image carousel that you find on many websites. An example would be this:
This is from the website of: www.sydneybuses.info/
The coding I have found so far indicates the following, but everytime I try to use this it doesn't work and uses all the images together at the same time, rather than individually.
<div class="portletCarouselWrapper">
<div class="carousel">
<!-- "previous page" action -->
<a class="prev browse" title="Previous item"><span>Previous item</span></a>
<div class="scrollable" rel="7000">
<div class="items">
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.sydneybuses.info/news/south-eastern-suburbs-bus-timetable-changes-from-sunday-18-march">
<img src="http://www.sydneybuses.info/banners/south-eastern-suburbs-timetables-18-march-2012/leadImage" alt="South Eastern Suburbs timetables 18 March 2012" title="South Eastern Suburbs timetables 18 March 2012" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.sydneybuses.info/news/customer-satisfaction-survey">
<img src="http://www.sydneybuses.info/banners/customer-satisfaction-survey/leadImage" alt="Customer Satisfaction Survey" title="Customer Satisfaction Survey" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.transportmasterplan.nsw.gov.au">
<img src="http://www.sydneybuses.info/global_banners/transport-master-plan/leadImage" alt="Transport Master Plan" title="Transport Master Plan" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.131500.com.au/service-changes/late-breaking-news-1/student-conduct-on-bus-train">
<img src="http://www.sydneybuses.info/global_banners/bus-smart-bag/leadImage" alt="Bus Smart - Bag" title="Bus Smart - Bag" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.131500.com.au/service-changes/late-breaking-news-1/student-conduct-on-bus-train">
<img src="http://www.sydneybuses.info/global_banners/bus-smart-seat/leadImage" alt="Bus Smart - Seat" title="Bus Smart - Seat" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
</div>
</div>
<!-- "next page" action -->
<a class="next browse" title="Next item"><span>Next item</span></a>
<!-- wrapper for navigator elements -->
<div class="navi"><!-- --></div>
</div>
<div class="carousel">
<!-- "previous page" action -->
<a class="prev browse" title="Previous item"><span>Previous item</span></a>
<div class="scrollable" rel="7000">
<div class="items">
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.sydneybuses.info/news/south-eastern-suburbs-bus-timetable-changes-from-sunday-18-march">
<img src="http://www.sydneybuses.info/banners/south-eastern-suburbs-timetables-18-march-2012/leadImage" alt="South Eastern Suburbs timetables 18 March 2012" title="South Eastern Suburbs timetables 18 March 2012" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.sydneybuses.info/news/customer-satisfaction-survey">
<img src="http://www.sydneybuses.info/banners/customer-satisfaction-survey/leadImage" alt="Customer Satisfaction Survey" title="Customer Satisfaction Survey" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.transportmasterplan.nsw.gov.au">
<img src="http://www.sydneybuses.info/global_banners/transport-master-plan/leadImage" alt="Transport Master Plan" title="Transport Master Plan" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.131500.com.au/service-changes/late-breaking-news-1/student-conduct-on-bus-train">
<img src="http://www.sydneybuses.info/global_banners/bus-smart-bag/leadImage" alt="Bus Smart - Bag" title="Bus Smart - Bag" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
<div class="tileItem visualIEFloatFix">
<div class="itemPadding">
<center>
<a href="http://www.131500.com.au/service-changes/late-breaking-news-1/student-conduct-on-bus-train">
<img src="http://www.sydneybuses.info/global_banners/bus-smart-seat/leadImage" alt="Bus Smart - Seat" title="Bus Smart - Seat" height="130" width="520" />
</a>
</center>
</div>
<div class="visualClear"><!-- --></div>
</div>
</div>
</div>
<!-- "next page" action -->
<a class="next browse" title="Next item"><span>Next item</span></a>
<!-- wrapper for navigator elements -->
<div class="navi"><!-- --></div>
</div>
Can anyone help me out please, and either create the code for me to use on my own website, or point me in the right direction?
Many thanks,
Sam.