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:23

Milonic Menu disappearing


Poster: C
Dated: Thursday June 17 2004 - 12:35:05 BST

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";
}


Poster: John
Dated: Thursday June 17 2004 - 14:55:07 BST

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.