Search found 3 matches

by nsuk
Tue Mar 23, 2004 5:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Ids
Replies: 5
Views: 3516

Yes, but that doesn't seem to help. All I want is to be able to do:

document.getElementById(FROM-MILONIC-SOMEWHERE).className but everything I have tried just bums out in the javascript with 'no attribute'.

I have tried _m[0][6]/_m[1][6] etc but apparently this is wrong.
by nsuk
Tue Mar 23, 2004 8:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Ids
Replies: 5
Views: 3516

I have already looked over the site and the quick reference but can't seem to find anything. Do you have a link to where the documentation explains how the menu items are referenced.

I have already used the on/offstyle but I want to change the style for all menus apart from the current one the ...
by nsuk
Tue Mar 23, 2004 7:42 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Ids
Replies: 5
Views: 3516

Menu Ids

I am wondering how you can access the menus using javascript. Basically I have a menu across the top of the page, and depending upon which area of the site you are in the relavent menu item has a background image (using css).

What I want to do is turn off the image when you mouse over another menu ...