Search found 4 matches

by alex130
Mon Aug 09, 2004 11:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: lock menu x position, but enable vertical follow scroll
Replies: 5
Views: 4720

Maybe it is possible to set left position of main menu to be left position of some anchor object, which is located where I want the menu to appear?
by alex130
Sun Aug 08, 2004 9:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: lock menu x position, but enable vertical follow scroll
Replies: 5
Views: 4720

The problem with relative position is that you cannot use follow scroll feature :(
by alex130
Sat Aug 07, 2004 1:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: lock menu x position, but enable vertical follow scroll
Replies: 5
Views: 4720

I've tried that but still there is a problem with left attribute.

with(milonic=new menuname("Main Menu")){
style=menuStyle;
//screenposition="top;right"
alwaysvisible=1;
left="680";
top="170";
followscroll="100,5,100";
orientation="vertical";
aI("text=Home;url=http://www.milonic.com ...
by alex130
Fri Aug 06, 2004 5:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: lock menu x position, but enable vertical follow scroll
Replies: 5
Views: 4720

lock menu x position, but enable vertical follow scroll

Hi, I'm having trouble to position my menu at the right side of the html page, so menu right edge will be attached to some static graphics.

I'm using the following code to declare main menu:

with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;right"
alwaysvisible=1 ...