javascript - JQuery Multiple onload animation loops, bug with multiple tabs -


i have issue on site developing, version of can seen @ http://hg.ipagtest.com/ ! using jquery , jcarosel slider feature on bottom of homepage , piece of jquery written former colleague of mien large image changer on top of page. page loads expected , animations work desired! issues arise when clicking between tabs. when click away tab , return it, seems though animation loop has been thrown out of whack! have seen problem in firefox 13 , in chrome 19 on windows 7, not occur ie9 far can see.

i replaced code used on top image changer code show here... http://www.queness.com/post/152/simple-jquery-image-slide-show-with-semi-transparent-caption made change on dev. server not on line can't show link. produced exact same problem.

i realise quite specific problem @ loss next. of pointers appreciated

neal

small remark

replace:

.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;  // } 

to:

.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;  // } 

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -