Change direction sub menu open

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Change direction sub menu open

Post by rudy »

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
Rudy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
Post Reply