Milonic Menu disappearing

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
C
Beginner
Beginner
Posts: 1
Joined: Thu Jun 17, 2004 12:30 pm

Milonic Menu disappearing

Post by C »

Hi,

I have a serires of vertical drop down menus (5).

In certain cases only 3 get rendered. When I refresh the page (Ctrl + F5) they get rendered.

I have compared the version of the rendered html of both the problematic page and the page when renders OK and they are identical.

Anyone know why this happens?

Any help or direction is much appreciated.



Below is the contents of my xp_style.js file if it is of any help.

_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100 // The time delay before menus open on mouse over
_followSpeed=5 // Follow scrolling speed
_followRate=50 // Follow scrolling Rate
_subOffsetTop=2 // 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(XPMainStyle=new mm_style()){
onbgcolor="#ECF2FF";
oncolor="#000000";
offbgcolor="#C5D3F2";
offcolor="#122750";
bordercolor="#476AB3";
borderstyle="solid";
borderwidth=0;
separatorcolor="#EFEDDE";
separatorsize="0";
padding=7;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="2";
onborder="1px solid #2b3b5c";
offborder="1px solid #476AB3";
menubgimage="../images/l1.jpg";
}
*/
with(XPMainStyle=new mm_style()){
/*oncolor="#000000";
offcolor="#000000";*/
oncolor="#333399";
offcolor="#333399";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
padding=6;
itemwidth="23%";
spacing=10;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Helvetica";
menubgimage="images/l1_1line.JPG";
separatorcolor="#ff0033";
separatorpadding="2";
separatoralign="right";
separatorwidth="2";
}


with(XPMenuStyle=new mm_style()){
/*onbgcolor="#ECF2FF";
offbgcolor="#C5D3F2";*/
/*onbgcolor="#C5D3F2";
offbgcolor="#dadada";*/
onbgcolor="#C5D3F2";
offbgcolor="#ECF2FF";
oncolor="#000000";
offcolor="#122750";
bordercolor="#476AB3";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8A867A";
separatorpadding="0";
separatoralign="right";
separatorwidth="0%";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
image="%%ApplicationBase%%/images/menu.gif";
subimage="%%ApplicationBase%%/images/crumbs.gif";
onborder="1px solid #476AB3";
menubgimage="%%ApplicationBase%%/images/winxp.gif";
}
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

What you've posted isn't quite enough. Give us a URL (as requested) so we can get the whole picture.

Also, always post code using the [code][/code] tags.
John
Post Reply