Search found 5 matches

by jefreygunion
Thu Apr 10, 2008 10:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: screenposition
Replies: 9
Views: 5132

Re: screenposition

Is there some reason you're hung up on - 170 :?:

As Ruth said, minus is off-screen - up - outta-sight.


John -
I found the answer to my screenposition issue on the Milonic site at:
http://www.milonic.com/menusample1.php

Here's how I used it:

with(milonic=new menuname("Main Menu ...
by jefreygunion
Thu Apr 10, 2008 7:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: screenposition
Replies: 9
Views: 5132

Re: screenposition

Is there some reason you're hung up on - 170 :?:

As Ruth said, minus is off-screen - up - outta-sight.


John -
I've tried positive and negative values with no luck.
What might make this more clear to users reading through all the different varibles on: http://www.milonic.com/menuproperties.php ...
by jefreygunion
Thu Apr 10, 2008 7:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: screenposition
Replies: 9
Views: 5132

Re: screenposition

Hi,

Yes, you will have to upgrade because we have no idea how things worked in older versions. Things get changed, updated, fixed etc., so we do need the newest version.
Ruth


Hi Ruth,
Just updated my version to most current, and still am having no luck with the screeposition.
These are the ...
by jefreygunion
Thu Apr 10, 2008 5:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: screenposition
Replies: 9
Views: 5132

Re: screenposition

Are you saying you want the menu to be off the screen, i.e. -170px so it doesn't show?
Try just using screenposition='center'; and then the top offset.

Ruth


Hi Ruth,
Thanks for the reply!
What I wanted was to offset the menu down from the top in a centered position by about 170 pixels. I tried ...
by jefreygunion
Wed Apr 09, 2008 11:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: screenposition
Replies: 9
Views: 5132

screenposition

Hi,
I'm trying to position my menu as centered, top. I also want to use an offset from the top of -170 pxls. I can't seem to get the menu to offset. My syntax is as follows:

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition='center, top';
offset=-170;
....

My test page is ...