0

I have recently used a JQuery plugin called cycle to create slides of general HTML content in my homepage (www.inspirastudios.com). Everything looked OK in Firefox and Chrome but while browsing the site with a client I got the ugly surprise of Internet Explorer 7 rendering my slides within an ugly gray background. Do you know:

  1. how to solve this, or

  2. any decent javascript slideshow/carousel/slider library that supports general HTML (not only images), previous and next slide activation buttons?

Sergio
  • 4,537
  • 4
  • 33
  • 41

1 Answers1

1

Nivo slider has all the features that you are looking for. http://nivo.dev7studios.com/

You might be facing the following problem: jquery cycle IE7 transparent png problem

Community
  • 1
  • 1
Vishal Shah
  • 1,042
  • 8
  • 11
  • From the Nivo website: _«Note that only images or images wrapped in links are allowed in the slider div»_ – Sergio Apr 18 '11 at 17:49
  • Sorry, that was my oversight. jQuery Cycle appears to be your best bet. Did you take a look at jquery cycle IE7 transparency png problem link? Also, you could look at other sliders: http://goo.gl/Y2sIo (Google Search) – Vishal Shah Apr 18 '11 at 18:18
  • I found the fix for JQuery Cycle plugin in the thread you suggested. I followed the instructions in this answer (http://stackoverflow.com/questions/1156985/jquery-cycle-ie7-transparent-png-problem#1240097) and it worked. Thanks a lot! – Sergio Apr 18 '11 at 23:45