Search found 5 matches

by amitsm@niit.com
Fri Apr 19, 2002 5:41 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Long Menu Problems
Replies: 12
Views: 11277

Re: Long Menu Problems

Guys, I faced the similar problem but it worked fine when I specified the Top and Left start positions for the sub-menu. I have tested it only on IE5 though. And if my menu entry opens a sub-menu at the bottom of the page then the window scrollbar gets adjusted according to the height of the sub ...
by amitsm@niit.com
Wed Apr 17, 2002 5:45 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Long Menu Problems
Replies: 12
Views: 11277

Re: Long Menu Problems

Hi Mark,
If you check the code you will be specifying an array where all details of a menu are given...it will be something like :

menu=[// This is the array that contains your menu properties and details
"menu0", // Menu items Name
80, // Top :<b>Y Offset</b>
10, // left :<b>X Offset</b>
200 ...
by amitsm@niit.com
Tue Apr 16, 2002 2:10 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Long Menu Problems
Replies: 12
Views: 11277

Re: Long Menu Problems

You must be using the offset and not given the top and left positions for the submenu. If we explicitly specify the top and left positions then the menu appears at the correct position.
by amitsm@niit.com
Mon Apr 08, 2002 3:02 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: URGENT - Mac testers needed
Replies: 10
Views: 9084

Re: URGENT - Mac testers needed

Hi Andy !

I'm there but not under MacOS 10, it's an old PowerMac 5500/225, under MacOS 8.1, with IE 4.5 and NS 4.5... If you think it's ok for your test, I'm ready !

See you soon !

fr Bill
by amitsm@niit.com
Sat Mar 30, 2002 8:12 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: pop-up
Replies: 10
Views: 9279

Re: pop-up

For the cross-frames version of the menu [and perhaps for the non-frames] I suggest the following feature. I don't imagine it's too hard to design.

If I email a clickable option (or otherwise have it hanging out somewhere) to a certain page on the site, the click takes you there, but of course it ...