PrivateUser
PrivateUser

Reputation: 4524

Pop up slider not working in IE. What is wrong in my code?

Hey guys please check this page.

Please visit the page using any browser except IE. Click the 4th bullet. And then click "the hogc story" link. You can see one popup slider.

Now visit the page using IE. popup slider not working there. It only shows black screen. What is wrong in my code?. Here is my code Thanks

Upvotes: 0

Views: 366

Answers (1)

Jawad
Jawad

Reputation: 6672

In IE9 on Windows 7, In your code under

 <div class="slider nivoSlider>

the images are getting inline styles of

display: none;

If I disable this manually, the content is visible. I suspect the Javascript/JQuery responsible for this is not working propely. See the image

enter image description here

Additionally you should add the Javascript and JQuery tags to this question as I suspect the fault lies there.

Upvotes: 1

Related Questions