Openstyle=up with mouseover does not work

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mmcculli
Beginner
Beginner
Posts: 6
Joined: Wed Oct 13, 2004 8:44 pm
Location: London, Ontario, Canada
Contact:

Openstyle=up with mouseover does not work

Post by mmcculli »

Hi,

I am trying to create a menu on the footer of the page that goes up from a image mouseover event. I have set the openstyle=up and even set the offset in the popup funtion to negative the height of the menu to make it appear above.

Here is a link to a page working ok:
http://test.tempurcanada.com/en/index.php

But if the page gets to long(grows) or is viewed a computer with res 800x600 the menu does not apper above anymore. But appear over top of the image. I think it has something to do with how the menu is drawn when the page first loads.

Here is a link with the footer menu not working right:
http://test.tempurcanada.com/en/registe ... ration.php
You can see the problem if you put your mouse over the bottom menu(footer menu)

I was looking at the spos and DBMenu funtions as a possible work around but do not know how to find the x/y of the image location.

I need to find a solution to this problem as I hope the purchase the menu this week but cannot until I fix the problem.

Thanks for your help,
Mark.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Try putting ignoreCollisions = true; at the top of the menu data file

Code: Select all

ignoreCollisions = true;
_menuCloseDelay=500
etc.....
Sorry it took so long for me to find that option. It seems to work.

Ruth
mmcculli
Beginner
Beginner
Posts: 6
Joined: Wed Oct 13, 2004 8:44 pm
Location: London, Ontario, Canada
Contact:

Post by mmcculli »

THANKS RUTH!!!!!!!!!!!!!!!!!!!!!!!

You have not idea how long I have sent trying to figure out why the pop-up menu would not work right and how to get around it.


Thanks again, you have saved me one big headache.
Mark.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You're very welcome :)
mmcculli wrote:You have no idea how long I have sent trying to figure out why the pop-up menu would not work right and how to get around it.
Yes, I do!!! I've been trying things for awhile and I only found the solution by accident when I was looking up an explanation on Boolean retainClickValue and happened to see the ignoreCollisions there.

You might take a look at the menu quick reference guides. There are reference guides for Global variables, Methods and Functions, Global properties, and the style, menu and item properties. You'll find the link on the main site menu under the DHTML Menu section. I've got some links below also.

Glad it worked.

Ruth
Post Reply