August 27, 201213 yr Hope someone can help - I'm trying to use the jQuery Cycle plugin to create a slideshow (obviously!), however I also want to load different images (different slideshow) depending on screen width to create an adaptive layout. Link below is a stripped version of the website I'm working on, which works fine in modern browsers, just not IE8 and below: http://www.wickywill...g/oh/index.html I am aware that using strings to load content is probably bad practice, but I did load the slideshows through Ajax and still ran into the same issue. Can anyone see why the above won't work in IE8??
August 27, 201213 yr The IE8 Log (F12) says LOG: [cycle] terminating; zero elements found by selector
August 27, 201213 yr Author The IE8 Log (F12) says LOG: [cycle] terminating; zero elements found by selector Yes, it says that in Chrome as well, yet it works in Chrome. It's probably in reference to the paths to the images at the other sizes that I haven't bothered to insert (this is only a stripped-back test version of the full site). Basically just trying to get the 960 set of images to load for now. Any ideas why it works in new browsers, but not IE8?
Create an account or sign in to comment