trouble at well (or when openstyle=up)

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
james-airlock
Beginner
Beginner
Posts: 4
Joined: Thu Jul 01, 2004 5:16 pm

trouble at well (or when openstyle=up)

Post by james-airlock »

I seem to have some trouble configuring your DHTML menu.
when I set the openstyle="up" I get a 1 pixel space between the
menu and sub menu. This space ruins the creative I have,
is it at all possible to use the menus up with out having the extra space?

When the menus are set to open up the variables
_subOffsetTop=0; // Sub menu top offset
_subOffsetLeft=0; // Sub menu left offset

have NO effect, if they worked I could offset to where I want the menu opening.

regards

Oh yeah URL ;) --> here
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Maybe I'm having a tougher day than I thought, but I don't see any calls to the Milonic menu system on the page you indicate.
John
james-airlock
Beginner
Beginner
Posts: 4
Joined: Thu Jul 01, 2004 5:16 pm

Post by james-airlock »

That would be because I've not uploaded the correct html! :oops:, try now.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Version 5.31a should fix the problem, now availalble.

You will need to add an offset to the top position of the menus you are opening upwards , here's how:

with(milonic=new menuname("BuschNavContent")){
style=menuStyle;
openstyle="up";
top="offset=1"
aI("image=. . . . .
. . . . .
}


Cheers
Andy
james-airlock
Beginner
Beginner
Posts: 4
Joined: Thu Jul 01, 2004 5:16 pm

Post by james-airlock »

Yep - that fixed it!

Thankyou for the quick responce times guys.
Post Reply