Search found 3 matches

by Jay Shobe
Thu Dec 02, 2004 5:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: layers
Replies: 1
Views: 4029

layers

I have a application where the menu shares the same screen area as a results tree. I have succeeded in toggling the visibility of the menu and tree. My problem is that when the menu is hidden, the results tree doesn't respond to the mouse-over event. Strangely, I discovered a magic sequence that ...
by Jay Shobe
Wed Dec 01, 2004 7:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hiding a menu
Replies: 4
Views: 3777

Thanks for the input, Ruth.

I set the initial value of the alwaysvisible property to false, and it seems to work properly.

Jay
by Jay Shobe
Wed Dec 01, 2004 5:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hiding a menu
Replies: 4
Views: 3777

Hiding a menu

I'm using some code I found on this forum to show/hide a menu. It works great, but the problem is when I resize the browser window, the menu re-appears. Here's the code. I'm just using a standard sample menu_data.js.


<html>
<body>

<script type="text/javascript" src="milonic_src.js"></script ...