Menu shifts in FF & Netscape...

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
nimonaut21
Beginner
Beginner
Posts: 1
Joined: Thu Oct 20, 2005 7:27 pm

Menu shifts in FF & Netscape...

Post by nimonaut21 »

Hello...

The menu shifts when I am in FF and Netscape from the position that is perfect in IE. Can someone help me? :?: The menu attributes are as follows:

Code: Select all

_CFix=1
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#006699";
oncolor="#ffffff";
offbgcolor="#fefefe";
offcolor="#000000";
bordercolor="#67177f";
borderstyle="solid";
borderwidth=1;
separatorcolor="#67177f";
separatorsize=2;
padding=3;
fontsize=10;
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#000000";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="9x6_rightturn_black.gif";
subimagepadding=2;
overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#006699";
oncolor="#ffffff";
offbgcolor="#67177f";
offcolor="#ffffff";
bordercolor="gray";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize=1;
padding=1;
fontsize=11;
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#000000";
pagebgcolor="#67177f";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="downarrow1_whiteblack_15x14.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu2")){
menuwidth=600;
style=menuStyle2;
top=252;
screenposition="center";
menualign="center";
align="center";
alwaysvisible=1;
orientation="horizontal";
If someone could please help that would be great. I want to shoot this thing!

Thankx
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Do you have a URL that we can see?

This will help us to determine the problem
Post Reply