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:10
Menu Using up CPU
Poster: mulmore
Dated: Friday March 24 2006 - 12:40:14 GMT
Hi:
It seems that the IE window running the program is using up 50% of my CPU and is slowing my whole PC.
Please find below the styles that I am using.
Please do let me know on how to fix this.
Thanks
Mulmore
------------------------------------------------------------
_menuCloseDelay=100;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Verdana";
fontsize="9pt";
fontweight="bold";
fontstyle="normal";
offbgcolor="#ADADAD";
offcolor="#000000";
onbgcolor="#c80000";
oncolor="#ffffff";
padding=5;
separatorcolor="#2D729D";
separatorsize=1;
headerbgcolor="#ffffff";
headercolor="#000000";
}
with(subMenuStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Verdana";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ADADAD";
offcolor="#000000";
onbgcolor="#c80000";
oncolor="#ffffff";
padding=5;
pagecolor="black";
separatorsize=1;
}
------------------------------------------------------------