andygott / Really-Simple-Slideshow

A jQuery slideshow plugin that loads images as they're required to save bandwidth.
http://reallysimpleworks.com/slideshow/
MIT License
47 stars 15 forks source link

controls not written to the page in IE7 #12

Closed mware closed 5 years ago

mware commented 12 years ago

I love this slideshow because of the way it loads images individually. Very smart. The issue I have is that the .rs-control div with the previous and next arrows don't show up in IE7. when I view source in any browser, I cannot see div.rs-control in the html. I can see it in Webkit inspector, but not in IE developer tools.Not sure how this works, as I suck at javascript.

Has anyone else had a similar issue? My development site is using the latest build of html5 boilerplate.

thanks in advance. Michael