soulfire
Newbie
Posts: 1
Registered: 12/2/2004
Member Is Offline
|
| posted on 12/2/2004 at 11:00 AM |
|
|
Tigra Scroller Pro and HV Menu incompatibility
I'm running a site which uses HV Menu from Dynamic Drive (http://www.dynamicdrive.com/dynamicindex1/hvmenu).
I've recently upgraded to Tigra Scroller Pro from the normal Tigra scroller (which worked perfectly with HV Menu) and now they don't seem to
be able to work together.
Any ideas ?
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 12/2/2004 at 02:52 PM |
|
|
The issue is in hvmenu script which overrides onload function setuped by
scroller control.
In that case I'd recommend you to comment lines 46,47 in menu_com.js file:
//if(Trigger.onload)Dummy=Trigger.onload;
//Trigger.onload=Go;
and also setup body onload event as following:
<body onload="Go()">
....
</body>
|
|
|