Search found 4 matches

by Gayle
Tue Oct 26, 2004 2:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to set a menu item as inactive
Replies: 2
Views: 2700

How to set a menu item as inactive

Is it possible to set a menuitem as inactive. I'd like to be able to setup the menu with all options but have some options greyed out and not clickable when appropriate. Is there a menuitem property or similar which I can manipulate as required?
by Gayle
Tue Jun 15, 2004 12:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with style references in existing javascript code
Replies: 3
Views: 2807

I did ask and thanks very much for your reply. :oops: A useful lesson to remember.

Cheers
Gayle [/img]
by Gayle
Mon Jun 14, 2004 10:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with style references in existing javascript code
Replies: 3
Views: 2807

Solved the problem. Don't know why but if i change the variable el2 to elval it no longer brings back an error. Phew. If anyone could tell me why however I'd be quite interested.

Thanks
Gayle
by Gayle
Mon Jun 14, 2004 6:17 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with style references in existing javascript code
Replies: 3
Views: 2807

Problem with style references in existing javascript code

I have been trialling your DHTML Menu and so far it has everything I'm looking for and more and is working brilliantly. Unfortunately however I've just discovered that one of my other scripts is now no longer working. The script is..

function expand(el) {
el2=eval(el)
if(el2.style.display ...