Search found 7 matches

by blueEinstein1
Thu Aug 21, 2003 6:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenu Scrollbar
Replies: 7
Views: 7076

I forgot to indicate; I was referring to v5 on my previous comment.
by blueEinstein1
Thu Aug 21, 2003 6:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenu Scrollbar
Replies: 7
Views: 7076

I migrated to v5; scrollbars are excellent.

Except in the case when one "intentionally" scales the browser window smaller, it tends to give some weird reactions.

Example: ( I don't have URL yet )
- I have a submenu on the bottom of the screen.
- I scale the browser to a smaller size.
- I hover on ...
by blueEinstein1
Thu Aug 21, 2003 6:30 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenu Temporary Shown on Upper Left of Screen
Replies: 3
Views: 4475

Thanks; upgrading to version 5 eliminated this problem.
by blueEinstein1
Thu Aug 21, 2003 6:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: [Performance] Lots of Menus in One Page
Replies: 3
Views: 3491

Well, this would be my last alternative if the performance cannot be solved.

So, is it safe to assume that performance is hard to deal with? And should just find other ways?
by blueEinstein1
Mon Aug 11, 2003 9:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: [Performance] Lots of Menus in One Page
Replies: 3
Views: 3491

[Performance] Lots of Menus in One Page

In my ecommerce grocery site, I have a bunch of items in my 'listings' page. With each item, I'm gonna put in a menu.


Item 1<script src="menu.jsp?item=1">
Item 2<script src="menu.jsp?item=2">
Item 3<script src="menu.jsp?item=3">
...
Item n<script src="menu.jsp?item=n">


Inside menu.jsp, it ...
by blueEinstein1
Thu Aug 07, 2003 7:35 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenu Scrollbar
Replies: 7
Views: 7076

Submenu Scrollbar

I thought I'd seen a sample of a submenu with scrollbar somewhere. I can't find it now...

Has anyone done this before? Looking at the forum, it seems that this has been an open issue for a long time.

Also, if this is impossible, does auto "pagination" work with submenus? Meaning, if I have 50 ...
by blueEinstein1
Thu Aug 07, 2003 7:33 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenu Temporary Shown on Upper Left of Screen
Replies: 3
Views: 4475

Submenu Temporary Shown on Upper Left of Screen

In the code, I specified the <script>PlaceMenu('name')</script> in the right <td> cell. However, whenever I load the page, I see it on the upper left for like 1-2 seconds before it displays on the appropriate field.

Any ideas?