| Author |
Message |
Hof
Joined: 11 Oct 2004 Posts: 3 Location: The Netherlands
|
Posted: Mon Oct 11, 2004 6:50 pm Post subject: Animation of banners (.gif) stop |
|
|
Hello,
I'm using CoolJSTree PRO v2.3.1 and CoolJSMenu Pro v1.8.1.
Problem CoolJSTree:
When a tree is placed on a site with animated banners (.gif), the banners "stop" when a node is clicked (opened, closed or selected)
After the page is reloaded the animation starts again. Any ideas, bug within CoolJSTree?
Best regards. |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Nov 17, 2004 7:47 pm Post subject: |
|
|
| Nodes within the tree are represented as <A> tags. When one clicks a link (<A> tag), browser stops all other activity: animated gifs, image loading, etc. So, to override this behavior your should return false as a result of the click, and all links must be processed manually by using window.open method. Let me know if you need more help. |
|
| Back to top |
|
 |
|