我在我正在开发的网站上遇到了一个问题,其版本可以在http://hg.ipagtest.com/看到!我正在使用JQuery和JCarosel作为主页底部的滑块功能,以及由mien的前同事为页面顶部的大型图像更换器编写的一段JQuery。 页面按预期加载,动画按需运行!单击选项卡时出现问题。当我单击选项卡并返回它时,似乎动画循环已被抛出!我在firefox 13和Windows 7的chrome 19中看到过这个问题,据我所知,它不会出现在IE9上。
我替换了顶部图像转换器上使用的代码,代码显示在这里... http://www.queness.com/post/152/simple-jquery-image-slide-show-with-semi-transparent-caption 我在开发者身上做了这个改变。服务器没有在线,所以我无法显示链接。这产生了完全相同的问题。
我意识到这是一个非常具体的问题,但我不知道下一步该怎么做。任何指针的帮助将不胜感激
尼尔
答案 0 :(得分:0)
小言语
取代:
.linkdiv {
color: #FFFFFF;
font-size: 20px;
height: 200px; //
line-height: 22px;
padding: 0 0 0 25px; //
position: relative;
text-decoration: none;
text-indent: 0;
top: 20px; //
width: 225px; //
}
为:
.linkdiv {
color: #FFFFFF;
font-size: 20px;
height: 180px; //
line-height: 22px;
padding: 20px 0 0 25px; //
position: relative;
text-decoration: none;
text-indent: 0;
top: 0; //
width: 200px; //
}