Search found 15 matches

by keeva_one
Mon Jun 28, 2004 8:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PageMatching not wanted
Replies: 9
Views: 6820

Whoops.. I just realized PAGEMATCH hasn't been working for me at all. Only pagecolor and pagebgcolor have been working.

What's the trick to use pagematch instead of match any URL? I've search pagematch and looked through all the threads and this thread seems most meaningful but I still can't get it ...
by keeva_one
Mon Jun 28, 2004 8:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PageMatching not wanted
Replies: 9
Views: 6820

I have the same problem with page matching. Is the code below the only way to "turn off" page matching on a main menu item and/or sub menu item?

I could not get this code to work?

Please help,

- Kevin



Hi,

We could add a property called nomatch but I think te following will be just as good ...
by keeva_one
Tue May 18, 2004 12:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Slow rendering arrow cursor on menu items with drop downs
Replies: 11
Views: 7789

whoops.. I jumped the gun. It wasn't line height that caused the problem it was setting "font-size: 0.7em" on the body tag like so


body {
background-color: #000000;
margin-top: 6px;
margin-left: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #FFFFFF ...
by keeva_one
Tue May 18, 2004 12:29 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Slow rendering arrow cursor on menu items with drop downs
Replies: 11
Views: 7789

OK, I figured it out, thought you may want to know. I had a line-height:1.3em set in my site-wide css file. Forced the "hot area" of the menu off of the text area of the menu. The hot area didn't match the text area. When I removed the line-height in my global css file it all works fine. This ...
by keeva_one
Mon May 17, 2004 6:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Slow rendering arrow cursor on menu items with drop downs
Replies: 11
Views: 7789

Hi Ruth,

I've taken out the "pointer" reference so now my code looks like:

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=home;url=http://www.m-pact.com/;status=m-pact home page;");
aI("text=news;url=http ...
by keeva_one
Mon May 17, 2004 5:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can U Have TopOffset on Relative Positioned Menus?
Replies: 3
Views: 3254

Kevin, thank you. This works great.

It's nice to see this forum's members take pride in complete and accurate answers. I wish my web host and other software vendors were as complete and quick.

thanks again,

- Kevin
by keeva_one
Mon May 17, 2004 8:43 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Slow rendering arrow cursor on menu items with drop downs
Replies: 11
Views: 7789

Slow rendering arrow cursor on menu items with drop downs

For some reason the menu items here

http://www.m-pact.dreamhost.com/

are very very slow to render the arrow cursor on menu items that have drop downs. In fact, every time I roll over a menu item with a drop down the browser (ie6, win2k) calls out to the server to get more info. Once the page is ...
by keeva_one
Mon May 17, 2004 1:40 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can U Have TopOffset on Relative Positioned Menus?
Replies: 3
Views: 3254

Can U Have TopOffset on Relative Positioned Menus?

I have this menu I'm installing here http://m-pact.dreamhost.com/

I;d like the sub menu to appear two pixels lower than they currently do. Here is my source:


<script>
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative ...
by keeva_one
Mon Apr 05, 2004 6:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not working in sub folder?
Replies: 17
Views: 13358

Excellent. It was a line height I had put on the body tag. Thank You. Maz, I am using IE 6 on WINxp and Win2k.
by keeva_one
Mon Apr 05, 2004 7:39 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not working in sub folder?
Replies: 17
Views: 13358

Try http://www.milonic.com/forum/viewtopic.php?t=3214 for a start, and the links that are contained in it. Not sure why you're having this problem, as I have the menu dropping properly in front of Flash items on one of my sites without the extra code.

BTW, the Search function works nicely on the ...
by keeva_one
Sun Apr 04, 2004 11:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not working in sub folder?
Replies: 17
Views: 13358

The placement of the menu is not the problem. The problem is that you can not click the word PRODUCTS. Well.., you can click it, but you have click the upper half of the GIF file. I'd like the PRODUCTS gif file to behave like any linked graphic such that the cursor changes to a hand when over ...
by keeva_one
Sun Apr 04, 2004 9:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not working in sub folder?
Replies: 17
Views: 13358

ypu can ignore the vert and hor offset issue, I know what this is (itr displays correctly on index2.html and not on index.html)

my real question is why does the PRODUCTS image/link only active on the top portion of the image on index2.html?
by keeva_one
Sun Apr 04, 2004 8:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not working in sub folder?
Replies: 17
Views: 13358

The script order was causing the problem. I changed the order to be:

milonic_src.js
mmenuns4.js
mmenudom.js
menu_data.js

and it now works great on both pages. Thank you! But, now one more question while I have you experts on hand.

I was using the onmouseover="popup() method to position the menu ...
by keeva_one
Sun Apr 04, 2004 3:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not working in sub folder?
Replies: 17
Views: 13358

I put the scripts in the body with CDATA. Hmm... now neither menu works.

I;m using onmouseover="popup('products','Image4',-211,0)" onmouseout="popdown()" to place the menus. Should I use another method? It seemed this was the best to get rollover on the PRODUCTS image while also being able to ...
by keeva_one
Sun Apr 04, 2004 2:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not working in sub folder?
Replies: 17
Views: 13358

Menu not working in sub folder?

I have a menu working in one directory as shown here (only the PRODUCTS button has a menu).

http://www.goldmandesign.com/clientsite ... index.html

But, when I try to get the menu working one folder deeper it does not work. Here is an example of the non-working file/folder (only the PRODUCTS button ...