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 t开发者_StackOverflow中文版hen 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
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.
精彩评论