Search found 15 matches

by gporterfield
Tue Oct 21, 2003 8:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Main menu follows scroll, but submenus stay behind - NS4.7
Replies: 3
Views: 3139

I did update to the latest date release of RC17, but that didn't help. In fact, in doing some further testing using NS7, I found another problem. The background colors of the main menu continues all the way across the screen. Also, the submenues do not position properly (seem to be offset from top l...
by gporterfield
Sat Oct 18, 2003 3:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Main menu follows scroll, but submenus stay behind - NS4.7
Replies: 3
Views: 3139

Main menu follows scroll, but submenus stay behind - NS4.7

This is a problem that appears in NS4.79 (of course :? ) See test site at http://www.ctbc.org/test using NS4.7. This is a test site as stated in the pop-up and many of the links (and several menu items) are not finished yet. Scroll down about the height of one screen. The main menu follows as it sho...
by gporterfield
Fri Aug 29, 2003 1:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Forcing the submenu image to appear w/o showmenu
Replies: 1
Views: 1912

Forcing the submenu image to appear w/o showmenu

On my main menu, I am not using showmenu to trigger the submenus. Instead, I am using a url=javascript entry to trigger a custom showMenu function. The disadvantage to this is that the submenu image does not appear on the menu item. I already have another image included with the text of the menu ite...
by gporterfield
Fri Aug 29, 2003 1:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Misdirected scroll bar
Replies: 1
Views: 1955

Misdirected scroll bar

I have noticed a minor problem with the menu scroll bars in NetScape 4 (Windows version at least, maybe others). If you have access to NS4 take a look at sample menu #2, and then mouse-over the entry for Menu Samples. I do like the look of the scroll bars at the top and bottom of the menu, but I thi...
by gporterfield
Tue Aug 26, 2003 3:09 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: V5 Hiding/Showing Menues Manually
Replies: 4
Views: 3201

NS4 Test

Quick test results from NS4 look good. Will check in more detail later.

George
by gporterfield
Mon Aug 25, 2003 1:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V5 Hiding/Showing Menues Manually
Replies: 4
Views: 3201

Manually Hiding/Showing in V5

Kevin:

Have not had a chance to test your suggestion in NS4 yet, but will do so tonight. However, what I REALLY need is to be able to control the ALWAYSVISIBLE attribute through my code. I am trying to keep these menus from disappearing after an item is clicked.

George
by gporterfield
Tue Aug 19, 2003 6:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V5 Hiding/Showing Menues Manually
Replies: 4
Views: 3201

V5 Hiding/Showing Menues Manually

The following code for version 3 was posted elsewhere in this forum (#7095). function mm_showMenu(menuName) // + , alwaysVis) { var menuNum = getMenuByName(menuName); if (arguments.length > 1) { var menuArr = eval("menu" + menuNum); menuArr[7] = arguments[1]; } SDiv("menu" + menu...
by gporterfield
Sun Aug 10, 2003 1:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: "Current location" (pgcolor) trigger programatical
Replies: 0
Views: 2113

"Current location" (pgcolor) trigger programatical

The site that I am developing will be loading the "pages" of the web-site into a separate layer. Therefore, the menu code is not able to detect what "page" is currently being displayed and therefore does not set any of the entries to the values for pgbgcolor and pgcolor. Is there...
by gporterfield
Wed Jul 16, 2003 2:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: popup() function in version 5?
Replies: 1
Views: 2737

popup() function in version 5?

I noticed a post in the Help & Assistance section for ver. 3 that mentioned a built-in function called popup(). Is there a counterpart already in or planned for version 5?

TIA,
George
by gporterfield
Sun Jul 06, 2003 11:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hidding a menu
Replies: 6
Views: 5191

After "un"hidding, how to make "alwayvisible&

OK, in much the same manner, is also possible to change the value of the "alwaysvisible" attribute?
by gporterfield
Thu Jul 03, 2003 4:42 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Leaving a ghost in RC1
Replies: 0
Views: 2114

Leaving a ghost in RC1

This problem is only in RC1. I went back to 4.13 beta and the problem was not there. I have five sub-menues that occupy the same space. Depending on what main menu item has been selected, the visibility property of one sub-menu is set to visible and the visibility property of all the others is set t...
by gporterfield
Thu Jul 03, 2003 3:55 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: SLOOOOW menues with Netscape 4.79 (RC1)
Replies: 0
Views: 2226

SLOOOOW menues with Netscape 4.79 (RC1)

Starting with beta release 4.12, I noticed that my menues seemed to be loading much slower under Netscape 4.79 (Win98) than when viewed under IE or even other versions of Netscape. I was in the process of checking to make sure it was not something else that I had changed in the new site I am develop...
by gporterfield
Thu Jun 19, 2003 1:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hidding a menu
Replies: 6
Views: 5191

Hidding a menu

Thanks Andy. Should have been able to figure out that syntax myself, but yesterday was not a good day for thinking.

:D
by gporterfield
Wed Jun 18, 2003 12:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hidding a menu
Replies: 6
Views: 5191

Hidding a menu

Thanks Andy.

Your suggetion works great in IE, but NS4 complains:
menuobject.style has no properties.

Now I should be able to figure out the syntax difference for NS4, but it is escaping me right now.

TIA,
George
by gporterfield
Sun Jun 15, 2003 10:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hidding a menu
Replies: 6
Views: 5191

Hidding a menu

I am working on a new site design. Part of my concept includes the need to hide the menu (visible = false) at some times. (Don't ask why.) Of course, I will "unhide" the menu later on. I've tried a few variations of "menu0.visible = false;" but no success. Any suggestions on how ...