Skip to content

Instantly share code, notes, and snippets.

@Roach
Created February 13, 2011 03:48
Show Gist options
  • Save Roach/824417 to your computer and use it in GitHub Desktop.
Save Roach/824417 to your computer and use it in GitHub Desktop.
<div class="grid_16" style="float:left; ">
<div class="widgets slideshowwidget" id="home-slideshow">
<div class="slideshowwidget-chrome">
<div class="slideshowwidget-slides" id="widget-slideshowwidget-2-title">
<a href="/inventory/New/All/All/All/Denton/TX/?special=True/"><img src="/files/2011/01/Winter-Extravaganza.jpg" width="620" height="240" title="Winter Extravaganza" alt="Winter Extravaganza" /></a>
<a href="/finance/college-grad-rebate-and-financing/"><img src="/files/2011/01/slide-02-Toyota-College-Grad-Rebate-620x240.jpg "width="620" height="240" title="Toyota College Grad Rebate" alt="Toyota Winter Extravaganza" /></a>
<a href="https://www.ecreditsecurity.com/companies/5102/credit_apps/new"><img src="/files/2011/01/slide-04-Get-Approved-Toyota-620x240.jpg" width="620" height="240" title="Get Approved!" alt="Get Approved" /></a>
<a href="/deals/service-mcspecials/"><img src="/files/2011/01/slide-5.jpg" title="Super McNatt Values!" alt="Super McNatt values" /></a>
<a href="/deals/free-maintenance-plan/"><img src="/files/2011/01/slide-07-Special-Offer-620x240.jpg" width="620" height="240" title="Special Offer!" alt="Special Offer!" /></a>
</div>
</div>
</div>
</div>
<script type="text/javscript">
$(document).ready(function() {
$('#home-slideshow.widgets.slideshowwidget .slideshowwidget-chrome .slideshowwidget-slides').cycle({
prev: '#home-slideshow.slideshowwidget-prev',
next: '#home-slideshow.slideshowwidget-next',
pager: '#home-slideshow.slideshowwidget-pages',
fx: 'scrollHorz',
sync:true,
speed: 300,
timeout: 4000,
pause: 1,
slideExpr: 'img',
containerResize: 0,
requeueOnImageNotLoaded: true
})
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment