Search found 297 matches

by vikenk
Thu Dec 07, 2006 3:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Different screen - different views :(
Replies: 6
Views: 4510

Hi, If you're placing the menu in a DIV tag, then you're going to have to remove the "left" attribute and set the menu for relative positioning. I assume that by placing it in a DIV, you want the menu to be relatively aligned to the rest of your page. I also suggest that you place the menu...
by vikenk
Tue Dec 05, 2006 9:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8670

Sorry, but I can't access your sample page. It may be a firewall thing here at work. I'll try again when I get home. even if it is a model interpretation difference, shouldn't it be consistent in a given browser? No, not really. Unless there's a doctype declaration in your webpage, IE and FF will in...
by vikenk
Tue Dec 05, 2006 5:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: widths are different in ie and ff?
Replies: 13
Views: 8670

Hi,

Do you have an example URL we can see? This sounds like a classic IE vs. FF "Box Model" interpretation difference. Do you have a DocType at the top of the page?
by vikenk
Mon Dec 04, 2006 7:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu width...
Replies: 6
Views: 5332

Hello, It helps if you have an example for us to look at :>) Just taking a guess, I would say that what you want is to set the ITEMWIDTH value so you can customize the width of each "button". It works the same as MENUWIDTH but it only affects the menu item, not the whole menu. Hope this he...
by vikenk
Mon Nov 20, 2006 9:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: strange pageimage-behaviour firefox
Replies: 12
Views: 7894

FF2.0 is final, Ruth, as is IE7 (as you probably know). John, My version of Firefox is 1.5.0.8, and when I go to Help-->Check for Updates, it tells me that no updates are available. Do I have to do a fresh download? The good thing about FF is that you can have different versions of it loaded on the...
by vikenk
Mon Nov 20, 2006 7:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: opendelay: what param do you set to delay single menu solved
Replies: 16
Views: 9195

Hi,

I'm not 100% certain, but I don't think there's a way to adjust the horizontal menu delay time. Like you, I'm just a user of the menu. I don't know the coding behind it and am not part of the Milonic team.

I hope I was of some assistance.

Viken K.
by vikenk
Mon Nov 20, 2006 6:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: opendelay: what param do you set to delay single menu solved
Replies: 16
Views: 9195

Hi, If I remember correctly, the OpenDelay parameter is only for vertical menus! So, if you have a horizontal menu, your sub menus will not be affected by the delay. Set the OpenDelay parameter in your Global menu properties and you will see the effects in the SECOND level menus (in your particular ...
by vikenk
Mon Nov 20, 2006 3:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: tootips
Replies: 31
Views: 16679

Hi Pieter53,

It looks like the Toolips module has been changed. The default delay time used to be 300, if I remember correctly. Now the default is time 00.

--
Viken K.
http://www.vikenk.com
http://www.sayatnova.com
by vikenk
Mon Nov 20, 2006 2:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: tootips
Replies: 31
Views: 16679

Pieter53, I downloaded your site and changed the tooltip delay time and it worked. See here: http://www.vikenk.com/test/a.html You can see that the Tooltip works on "Start" and on "Index" and does NOT prevent the Index submenu from appearing. This was your original problem, right...
by vikenk
Sun Nov 19, 2006 2:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: tootips
Replies: 31
Views: 16679

Hello, See this message I placed on this forum not long ago: http://www.milonic.com/forum/viewtopic.php?t=8137 The tooltips have a couple of quirks. Try to delay the time of the tooltip so it appears a little late. Also, if you recently upgraded your menus, install the tooltips module again. Hope th...
by vikenk
Fri Nov 17, 2006 5:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Stylesheet Issue
Replies: 9
Views: 13348

You can assign a class to the Milonic Menu if you want. In your Stylesheet, you could include something like: .menu table { width: [insert desired width here]; text-align: center; margin: 0 auto; } Then, in your menu_data.js file, include this: offclass="menu"; onclass="menu"; Mi...
by vikenk
Fri Nov 17, 2006 5:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Issue with IE - works fine in FireFox
Replies: 10
Views: 5861

Hello, I'm jumping in late here. Ruth seems to have solved your problem. A quick glance at your code showme that you're only using a partial DocType at the top of your page. Using a partial DocType (without the URL) means that IE will *still* remain in "quirks" mode and not follow the stan...
by vikenk
Tue Nov 14, 2006 7:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Firefox alignment problem
Replies: 5
Views: 4357

Ruth, If you go to http://www.travelnursesnow.com, you can see that the submenu seems to be dropping down from the middle of the menu (as opposed to being right underneath the menu) and partially obscures the menu text. This seems to happen in Firefox only. In IE, the submenu opens up underneath the...
by vikenk
Tue Oct 31, 2006 11:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Horizontal Menu Expands
Replies: 5
Views: 4370

Hello Mario,

I think we're going to need more information to solve this one. It *may* have something to do with the itemwidth=100%, but we really need to see more. Can you give us a URL to see? The problem could be in the CSS file or in the HTML coding as well.

Can you post some more info?
by vikenk
Tue Oct 31, 2006 3:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu busts out of table on browser resize [solved]
Replies: 27
Views: 16682

With the DOCTYPE it has messed everything up.. but that is IE for you... Hi, Just as an FYI: I wouldn't avoid using the Doctype because it screwed things up. Using the doctype will actually increase cross-browser compatibility and greatly reduce problems with things not lining up in one browser vs ...
by vikenk
Tue Oct 31, 2006 12:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu busts out of table on browser resize [solved]
Replies: 27
Views: 16682

Sorry, nwilcox, but I just can't duplicate your problem. No matter how I manipulate it, I just can't get it to break out of the table. I go to http://www.hearthview.com and no matter how I resize the window, it just won't happen?! I've looked at your code and it all seems OK. This may be a stab in t...
by vikenk
Mon Oct 30, 2006 11:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu busts out of table on browser resize [solved]
Replies: 27
Views: 16682

That's weird, it doesn't do that for me. I use IE6 / Windows XP

See this screenshot, taken at 1024x768 resolution. See how small your window is. The menu is intact. Not sure why it still happens for you, though.

Image
by vikenk
Mon Oct 30, 2006 5:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu busts out of table on browser resize [solved]
Replies: 27
Views: 16682

Hmmm...I'm not an expert, but I did a Google search and came up with this:

http://apptools.com/examples/tableheight.php

Maybe you can use it?
by vikenk
Mon Oct 30, 2006 4:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu busts out of table on browser resize [solved]
Replies: 27
Views: 16682

Hi, OK....I grabbed your code and played with it on my computer. I noticed that the menu coming out of the table was NOT a problem in Firefox, only in IE. I figured that it was a normal IE quirk. Internet explorer treats tables and div's slightly different from other browsers. Your webpage did not h...
by vikenk
Sun Oct 29, 2006 6:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE vs Firefox: Positioning issue
Replies: 12
Views: 7450

Hi, I think part of the problem is the overfiler: overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow (color=#777777', Direction=135, Strength=5)"; Firefox does not support the shadow underneath the menu. Only IE supports the shadow. The shadow accounts for about 3-5 pixels, I think. ...