| Jquery Slideshows and fade transitions Can't find a jquery slideshow that works with IE and Fade transitions |
nigelt74

msg:4362632 | 11:05 pm on Sep 14, 2011 (gmt 0) | I have a horrible feeling i am running perilously close to being off topic, for not having a specific, problem in a specific piece of code, but I am utterly stumped. I have a client who wants a slideshow, with fade transitions and it must also work on an ipad (so flash is out). I cannot seem to find any jquery slideshows that work on IE9 that use fade transitions, i have found the odd one that appears to work on IE6 but not IE9. In IE9 the transitions just change with no fade effect. I don't even know where to start looking for the problem, to see whether it is just my version of IE9, or it is a common thing, I know I can't post links, so i won't but I am really stumped what was supposed to be a 5 minute job has taken a day so far.
|
doubleJ

msg:4363771 | 3:09 pm on Sep 17, 2011 (gmt 0) | nivo-slider I'm using it and haven't had any problems.
<script> // nivo slider perameters $(window).load(function() { $('#slider').nivoSlider({ effect: 'fade', // Specify sets like: 'fold,fade,sliceDown' animSpeed: 1000, // Slide transition speed pauseTime: 7000, // How long each slide will show }); }); </script>
JJ
|
caribguy

msg:4363903 | 12:52 am on Sep 18, 2011 (gmt 0) | This works for me: Title:jShowOff: a jQuery Content Rotator Plugin Author:Erik Kallevig Version:0.1.2 Website:http://ekallevig.com/jshowoff License: Dual licensed under the MIT and GPL licenses.
|
nigelt74

msg:4365691 | 3:10 am on Sep 22, 2011 (gmt 0) | Thanks Guys, sorry about not replying, i forgot to subscribe to the thread
|
|
|