Can you please make/post an example of multiple slide shows on one page with at least one with working navigation?
Thanx
Can you please make/post an example of multiple slide shows on one page with at least one with working navigation?
Thanx
I have the slider working correctly in all Mac browsers and IE8 and Firefox, but the images are not showing up in IE7 . Any ideas? The site address is http://www.workingwithenglish.com/test.html I also put just the slider on the page to make sure there wasn’t a conflict with other css – http://www.workingwithenglish.com/slider.html and same problem.
I am using DDSlider v1.7 and JQuery v1.4.2
this is the only part of the DDSlider.css I changed
height: 266px; width: 400px; }
thanks.
To choose the first slide at random:
Replaced this line:
this.children('li:first').addClass('current');
with:
var numberOfSlides = this.find("li").length;
var randomStart = 1+Math.floor(numberOfSlides * (Math.random() % 1));
this.children('li:nth-child('+randomStart+')').addClass('current');
I can’t seem to get the selectors or the arrows to show. Any ideas?
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
1593 Purchases
164 Comments