Menu Using up CPU

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mulmore
Beginner
Beginner
Posts: 1
Joined: Fri Mar 24, 2006 1:23 pm

Menu Using up CPU

Post by mulmore »

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

------------------------------------------------------------
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

There is nothing unusual with your styles.
using up 50% of my CPU
this is ...............certainly not triggered by the menu !!

Michael
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

A URL (as requested) will be a lot more help to us.
John
Post Reply