Search found 15 matches

by twing
Tue Aug 30, 2005 12:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: shift-tab issue
Replies: 3
Views: 2772

shift-tab issue

Hi Ruth (I know you'll read this :D ),

How do we go with the tabbing navigation. I tried with http://www.milonic.com and it doesn't seems to be fixed yet. What happen is that during translation between main menu, the previous main menu isn't closed.

If you could provide me with a progress with ...
by twing
Tue Jul 12, 2005 7:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: More menu on 'type' please?
Replies: 3
Views: 2867

example please

Thanks for the reply,

I tried different type but I can't see any obvious differences. Whatever type I set, I still can put html text in the text property. eg text=Meni <img src=\"bla.gif\">;

Is there any example out there for each type?

Thanks,
by twing
Tue Jul 12, 2005 6:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Mixing font size in menu - [Solved]
Replies: 4
Views: 3595

Mixing font size in menu - [Solved]

Hi guys,

Can I mix font size for menu name? eg.
ITOOL Menu ... let's say I want the 'TOOL' to be size 11, while others stay at size 12.

The only way I can think of is to use images.

Any suggestions are welcome, thanks

Twing.
by twing
Thu Jun 16, 2005 1:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: adding/removing menu item
Replies: 1
Views: 1937

adding/removing menu item

How to add or remove menu item, after it has been declared. If I redeclared the menu again, milonic still renders the old declaration. For example:

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www ...
by twing
Wed Jun 01, 2005 7:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: More menu on 'type' please?
Replies: 3
Views: 2867

More menu on 'type' please?

Where can I find more info about the 'type' menu item properties? What's the different between form, dragable, header or tree? Any example out there?

Thanks,
by twing
Wed Jun 01, 2005 7:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: mmpagehighlighter.js conflict with itemOff()
Replies: 1
Views: 1934

mmpagehighlighter.js conflict with itemOff()

I use mmpagehighlighter.js to highlight menu. Apparently in Mac IE 5.2, the foreground colour is changed to different colour than the one sepecified in pageColor property.
Sometimes, it also happen in Windows IE too.

I found the line that cause it in itemOff() function:
...
...
if(_I[34]!="header ...
by twing
Wed May 11, 2005 6:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tabbing to Menu
Replies: 32
Views: 19973

Shift - tab

I found out tabbing moves the cursor to the next submenu item.

However, using shift-tab takes the cursor back to the previous item in the same submenu, but not to the previous submenu.

I tested with http://www.milonic.com, and the issue exist. I'll watch this topic for reply.

Thanks to all ...
by twing
Wed May 11, 2005 6:32 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: hide menu when page is match.
Replies: 6
Views: 4698

item name

Hi Kev,

Thanks for the tips.

I modify the itemName parameter in mm_changeItemProperty() to look for showmenu item property (3), because the same value is also use in keypress.js script.

After that change here is what happen:
+ user select the last menu.
+ new page displayed with no pop up on ...
by twing
Mon May 09, 2005 8:01 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: hide menu when page is match.
Replies: 6
Views: 4698

I tried:
var menuNumber = getMenuByName(selectedMenu);
itemOff(menuNumber);

which didn't help. Couldn't find mm_changeItemProperty anywhere though. I'm using 5.721.
by twing
Mon May 09, 2005 5:47 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: keypress.js
Replies: 5
Views: 3972

Fixed

The tabbing works if the url property exist. I used clickfunction. Thanks for the keypress.js.
by twing
Fri May 06, 2005 8:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: keypress.js
Replies: 5
Views: 3972

keypress.js

I have a drop down menu using keypress.js to make the menu accessible through tab key.

When the page displayed by the browser, pressing tab doesn't make the menu highlighted.
It only works if I hover the mouse on the menu first (to make the menu appear).

Has anyone get the same problem?

Thanks ...
by twing
Wed May 04, 2005 8:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changing pagematch with javascript
Replies: 14
Views: 10761

yeay... it works

It works now after I indent the code properly:
if(_I[18])
_I[8]=_I[18];
if(_I[19])
_I[7]=_I[19];
...
...

Thanks alot for the great support.
by twing
Wed May 04, 2005 4:39 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changing pagematch with javascript
Replies: 14
Views: 10761

Close but

The image has changes, but the font color hasn't.
by twing
Tue May 03, 2005 8:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changing pagematch with javascript
Replies: 14
Views: 10761

no reply?

Hi,

I'm having the same situation. I use the mmpagehighlighter.js, but the image is not swaped. Is there workaround?

Thanks,
by twing
Wed Apr 20, 2005 7:23 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: hide menu when page is match.
Replies: 6
Views: 4698

hide menu when page is match.

Hi there,

Is there a way to not pop up the sub menu when the page is match? Currently, the sub menu is displayed when mouse hover on it.

Here is the menu arrangement:

menu1 menu2
|-menu1a |-menu2b

If menu 1 a is selected, we will go to page1A... In page1A if mouse hover on menu1, we don't ...