SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Feb 8, 2007, 18:16 #1
- Join Date
- Nov 2006
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Errors on page from suckerfish menu
Can somebody help me with this problem. We just added suckerfish menus to our site. It works fine but in IE we get an error message in the bottom corner of the browser
www.advanceddisplays.com.au
Any help would be greatly appreciated, Thanks
-
Feb 9, 2007, 00:01 #2
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi timewaster, Welcome to SPF!
In the file 'slide.js', I've commented out one line and added the 'try this' line:
Code:this.pause = function() { // This method stops the slideshow if it is automatically running. //if (this.timeoutid != 0) { if (this.timeoutid) { // try this clearTimeout(this.timeoutid); this.timeoutid = 0; } }
Cross-Browser.com, Home of the X Library
-
Feb 15, 2007, 05:29 #3
- Join Date
- Nov 2006
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks for the tip, but it was some old java script code at the bottom of the page in the end
Thanks Again
Bookmarks