Search found 1318 matches

by Maz
Wed Oct 27, 2004 4:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: trouble validating in XHTML
Replies: 7
Views: 6027

Interesting, although I don't get any errors using CDATA around js.
//<![CDATA[

//]]>

maz
by Maz
Wed Oct 27, 2004 4:54 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Follow scrolling menu positionning when scrolled
Replies: 2
Views: 2400

Glad you got it, you had me confused thinking scroll bar, didn't think of followscroll.

maz
by Maz
Wed Oct 27, 2004 2:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using Menu In Table, With Images to Trigger Menu Popup How??
Replies: 3
Views: 2852

If you are just starting, you will want to duplicate the style and give it a new name for the submenus and rename where it says style=

maz
by Maz
Wed Oct 27, 2004 2:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works great - IFrame width not consistent in Netscape.
Replies: 1
Views: 2107

This sounds oddly familiar, I think Ruth knows about this, try a search I think there was a recent post.

One thought though, have you upgraded the menu recently, it might be something that was fixed.

maz
by Maz
Wed Oct 27, 2004 2:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using Menu In Table, With Images to Trigger Menu Popup How??
Replies: 3
Views: 2852

See if I understand, you want to mouse over the main menu and have the submenu links show in the horizontal bar below? There are a few posts in the forum where this has been done. Add orientation="horizontal"; to the submenus. You might need help from those other posts to get the alignment...
by Maz
Wed Oct 27, 2004 1:58 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Do you have this style for 5.0?
Replies: 4
Views: 3304

Okay so it is sliding but I'm not seeing it. I think someone else needs to answer your question, I don't know if it happens by adjusting the time of open menu slowly or not. I don't want to give you the wrong answer.

Where are the guys, someone knows?

maz
by Maz
Tue Oct 26, 2004 10:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Do you have this style for 5.0?
Replies: 4
Views: 3304

I'm a little confused, it drops down like Milonic, if you are saying it slides I don't see it in Safari.

maz
by Maz
Tue Oct 26, 2004 5:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to solve variable name conflict?
Replies: 1
Views: 1931

I don't really understand how namespace works, mm=MilonicMenu but whether that interferes with the menu I wouldn't know, its probably a question for Andy.

maz
by Maz
Tue Oct 26, 2004 6:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to set a menu item as inactive
Replies: 2
Views: 2363

I suppose you could:

//double hash in front to not show the menu item
type=header; (change the item to a header, include header style)
remove the url completely

maz
by Maz
Mon Oct 25, 2004 7:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submenu Positioning in Safari
Replies: 14
Views: 8564

I think you mean the submenus are too high?

Then position them using
top="offset=20px";
or however many px.

Goes above submenu menuitems.

maz
by Maz
Sun Oct 24, 2004 10:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: scrollbar submenu in frames based menu
Replies: 3
Views: 4975

overflow="scroll";

I have no idea if this is a specific issue with frames.

maz
by Maz
Sun Oct 24, 2004 9:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: one horizontal and one vertical menu on same page
Replies: 1
Views: 1926

You don't need 2. Just rename the menu's setting each main menu position and alwaysvisible. Then then refer the submenus to each one. Basically you can duplicate the grouped menu items and then rename them. If you want more than one style duplcate those with new style names also. If you insist on ha...
by Maz
Sat Oct 23, 2004 11:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I position the MainMenu using a javascript function ?
Replies: 10
Views: 5942

The references you need are probably here: http://www.milonic.com/menu_methods.php If you need more help try searching for gpos or whatever reference best suits your needs and you might find its been discussed before. I remember at least one person dynamically setting submenus a long time ago. I don...
by Maz
Sat Oct 23, 2004 11:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I position the MainMenu using a javascript function ?
Replies: 10
Views: 5942

Could it be like
left="offset=-10px";

Unless you can locate an old topic in search, Kevin might be able to help but not normally on weekends.

maz
by Maz
Sat Oct 23, 2004 8:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Netscape 4x Help
Replies: 12
Views: 6721

I don't see any submenus, maybe you didn't update the test, I'm using Safari.

maz
by Maz
Sat Oct 23, 2004 8:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Netscape 4x Help
Replies: 12
Views: 6721

Where you have script paths try starting with the slash, by removing the ... From .../ To / Where you have numeric values remove the quotes. From borderwidth="0"; To borderwidth=0; I'm novice with backend, so I'm not sure how you draw the menus, I see menu items in td's but you also have t...
by Maz
Sat Oct 23, 2004 6:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with Menu & CSS Layout for page
Replies: 1
Views: 2104

For css xhtml try a noscript menu within the div holding the placement, and placing the Dhtml menu on top. A lot depends on your layout, keeping a fixed width and/or height to match the menu placed on top. The popup should work too, I'm unfamiliar with problems you have. Are you using CDATA to hide ...
by Maz
Fri Oct 22, 2004 4:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: pagematch not working w/tertiary navigation
Replies: 10
Views: 6110

I see diamond industry highlighted but don't see any DiamondIndustry in the url.

I don't get it :|

maz
by Maz
Fri Oct 22, 2004 4:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: images on menu header do not appear?
Replies: 21
Views: 11684

Make sure you paths are correct, usually works best to start with slash
/images.gif

Then like the last post you might want to locate and use preloadimages.js

Hopefully you didn't put the menu in a div. ;)

maz
by Maz
Fri Oct 22, 2004 4:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: bgimage doesn't appear until mouseover
Replies: 4
Views: 3502

Locate "preloadimages.js" that might help.

maz