-
Help with java menu
Hi all. I have some troubles with this JavaScript menu (http://javascript.cooldev.com/scripts/coolmenu/). Could you help me? Where must I insert menu's coordinates on the web-page. In which files?
jsMonster
-
Not bed link
Hi
Each item of COOLjsMenu can have it's own position. Top menu has absolute coordinates, and items are positioned as following: position of the first item of submenu is controlled by "levelofs" field - displacement of this particular item from it's parent, and all other items are positioned relatively to previous item according to "itemoff" field.
For example "Vertical" submenu was described like this:
{"code":"Vertical",
"sub":[
{"itemoff":[21,0]},
{"code":"SubItem 1"},
{"code":"SubItem 2"},
{"code":"SubItem 3"},
{"code":"SubItem 4"}
]
}
You can read this here http://javascript.cooldev.com/scripts/cooltree/docs/
-
One more Question. The menu at http://javascript.cooldev.com doesn't
worked on my Opera 5.12 / Win98 SE.
I installed my system new and will try it the next few days again.
Maybe my Opera installation was corrupt?
jsMonster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks