Reputation: 4524
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
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
Additionally you should add the Javascript and JQuery tags to this question as I suspect the fault lies there.
Upvotes: 1