Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:24

Change direction sub menu open


Poster: rudy
Dated: Tuesday June 15 2004 - 21:25:24 BST

I did some searching on the support pages and did a search but didn't find anything on this (but knowing Milonic, it's probably there but I missed it).

I'm using a horizontal menu.
Anyway, currently my sub menu open to the right. I noticed this code in my data.js file:

with(windows98style=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#FFAD73";
offcolor="#000000";
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=2;
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade (duration=0.2);Alpha (opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
separatorsize="2";
padding=4;
fontsize="75%";
fontfamily="tahoma, verdana";
headercolor="#FFAD73";
headerbgcolor="#000000";
high3dcolor="#eeeeee";
low3dcolor="#7F7F7F";
swap3d="1";
}

It is set with a direction of 135. Is this where this can be changed? I would like the sub menus to open out to the left instead of the right.

Can this be done? Need some help - please


Poster: Ruth
Dated: Tuesday June 15 2004 - 22:56:40 BST

Hi,
No that refers to the shadow direction of the microsoft internet explorer fitler that you have set. Not sure just how it functions, but try putting in the menu, the place where you put style=, top=left= etc. put in openstyle="rtl"; I'm not sure if that will force the submenus to open on the left or if it will only shift the subimage to the left of the item.


Ruth