Galleriffic plugin issues with IE7

只愿长相守 提交于 2019-12-12 02:23:07

问题


I'm using the Galleriffic plugin for a custom slideshow gallery. It works wonderfully in every major browser (IE 8, Firefox 3.6.x, Safari and Chrome) except for IE 7.

It does the weirdest thing in IE 7, it won't display the image, the div is being displayed but the image isn't being loaded into it. Both ways of linking the images still won't bring it in (full link as in: http://www.google.com/logos/2010/xraydiscovery2010-ps.gif and local link as in: images/slideshow/image1.jpg).

Has anyone experienced this issue and can give some guidance on how to fix this?

Thanks.


回答1:


Issue was with a CSS property.

When resizing the image display window it would push the image down below it in IE7, so the issue was with the default CSS in 'div.slideshow img'

Had to add position: absolute; and left: 0; to fix the issue.



来源:https://stackoverflow.com/questions/4126119/galleriffic-plugin-issues-with-ie7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!