The menu doesn't work with Opera 7. Playing
with the script, I observed that:
1) It doesn't know that Opera 7 and later include
DOM support
2) If I edit the script used at treemenu.com to
indicate that Opera 7 does have DOM support
(by setting DOMable to true) then the menu
works properly.
Please fix this, as stated above.
Steve Gunhouse
MyOpera Forums moderator
XBasic developer
Logged In: YES
user_id=776841
Around 155 in mtmcode.js
put this code
if (this.majVersion >= 7){
this.DOMable=true;
}
In the opera branch this will work in Opera 8.
John