Hello,

My slider doesn't work on IE7. I ran out of solution.
Im hoping you could tell me the problem.

Here is hte website link: Click Here to see the slider

Note: Im using coin slider jquery plugin Click Here to go to the plugin

Recommended Answers

All 4 Replies

Can you isolate the problem with a small piece of code?

Hi! Atlast someone replied! :)
Pls bare with me.

Im not sure if I can supply you with a code as I can't figure out where the problem is coming.

Particularly, the slider is the problem. Seems the jquery is not working with IE7. not sure.

Here is the link agian http://67.23.238.162/~agranexc/timberlane/

I appreciate your reply. Thanks

I can't test it because I no longer have IE7, but IE is known to be picky about syntax. You have this code:

    $('#coin-slider').coinslider({ 
        width: 900, 
        height:495, 
        navigation: true, 
        delay: 5000,
        opacity: 0.8,
        effect: 'rain', // random, swirl, rain, straight
        titleSpeed: 500,
        hoverPause: true, // THIS COMMA MAY CAUSE PROBLEMS
    });

You know, ur AWESOME!!! That ended my week stress :D Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.