Function in V5 similar to V3 placemenu() function?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
scottl
Advanced
Advanced
Posts: 10
Joined: Thu Feb 05, 2004 1:33 pm

Function in V5 similar to V3 placemenu() function?

Post by scottl »

Is there anyone out there who could tell me if there is a function in V5 similar to the placemenu() function of V3 where it can be used to drop or place a emnu into a particular poistion rather than using the top and left variables? I've been trying to get around a particular problem for a fortnight now and i'm think i'm starting to crack up!!
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

I'm not very familiar with v3, a url might help and a description of what you are trying to do.

I use an alternative to left and top with something like
left="offset=-10";
screenposition="right";

If you position left or top and offset from there, does that help?

Unless its related to table and position="relative";

maz
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Re: Function in V5 similar to V3 placemenu() function?

Post by kevin3442 »

Hi Scott,
scottl wrote:Is there anyone out there who could tell me if there is a function in V5 similar to the placemenu() function of V3...
The only way I recall PlaceMenu() being used in v3 was to embed a menu in a table cell. There is no more PLaceMenu() function in v5. You'll find an alternative method of embedding a menu in a table in the following v5 sample: http://milonic.com/menusample9.php
I've been trying to get around a particular problem for a fortnight now...
If you can describe the problem in some detail, we might be able to suggest various solutions. Can you make a graphical mockup and post it?

Kevin
scottl
Advanced
Advanced
Posts: 10
Joined: Thu Feb 05, 2004 1:33 pm

Post by scottl »

Thanks for the reply kevin and maz, i was over complicating things with what i was trying to do but i see how to do it now :D
Cheers

Scott.
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Understandable, it gets easier ;)

maz
Post Reply