help: mouse oncolor "sticking"

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rherter
Beginner
Beginner
Posts: 1
Joined: Wed Jul 12, 2006 10:25 pm

help: mouse oncolor "sticking"

Post by rherter »

hi there, I am having trouble with some pages I am incorporating one of the menus on. the issue is my oncolor color is staying lit up or 'on' even after I move the mouse off the menu item. an example is this page:

http://www.laketravis.txed.net/LTMS/fns/fns_ltms.htm


here is a page from the same site that is working as intended (I think) and the only thing different as I can tell is the fact that I left the milonic table (green/grey-ish color table titled "Activating Functions on Mouseover"). However, I dont want this table in my page.

http://www.laketravis.txed.net/LTMS/fns ... tement.htm

Can anyone tell me how to fix/what I am doing wrong when removing the table from my pages and help me fix my problem?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You are downlevel and I know there were issues like that which have been fixed in the new releases. Try upgrading to the newest version and see if that takes care of it.

Also, what is this in each of the main menu items?

Code: Select all

offfunction=item_off();onfunction=item_on();
Ruth
Ant
Beginner
Beginner
Posts: 1
Joined: Thu Jul 13, 2006 4:27 am

problems with oncolor staying on after mouse has passed.

Post by Ant »

I am working with version 5.752 and have the same problem on my main menu but not my submenus? Have you any ideas what i can do to get this working correctly please?

please take a look at my skeleton site at http://www.morningtonpeninsula4u.com.au
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

In your case you have no offbgcolor listed so when the mouse moves off nothing is triggered. Since it seems you don't want a color put in offbgcolor="transparent";

Ruth
Post Reply