Search found 8 matches

by wwwolf
Fri Oct 04, 2002 7:30 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: NS4 fails - "SwapIM[el] has no properties" in mmen
Replies: 2
Views: 2316

Covered in shame....

I found it. Stupid. A credit to tolerance that it worked in IE5 and NS6 at all. I used IMAGE instead of IMG. Lesson - look for the really stupid things FIRST! Now works fine in NS4 as well. :oops:
by wwwolf
Fri Oct 04, 2002 7:03 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: NS4 fails - "SwapIM[el] has no properties" in mmen
Replies: 2
Views: 2316

Some progress...

Hmmm... some progress... if I take out the submenu arrays but not the references to them in the main menu, then IE5.5 and NS6 break in a very similar way to NS4.79. Suspect that for some reason NS4.79 is looking for a non-existent submenu which the other are not? Still hunting...
by wwwolf
Fri Oct 04, 2002 6:43 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Transparent background in netscape 4x
Replies: 5
Views: 4083

Yep - that does it. Thanks Andy. :D Still works fine in IE5.5 and NS6 too. Is using "" fine cross-platform in general?
by wwwolf
Thu Sep 26, 2002 7:35 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: NS4 fails - "SwapIM[el] has no properties" in mmen
Replies: 2
Views: 2316

NS4 fails - "SwapIM[el] has no properties" in mmen

Tearing hair here and hunted through forum without success.

Menus working fine in NS6 and IE5. Successfully separated arrays into several files (still have problem if glued back together though!). Got two menus on the page (still have problem if kill one though!)....

NS4.79 symptoms -
(2 and 3 ...
by wwwolf
Thu Sep 26, 2002 7:12 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Transparent background in netscape 4x
Replies: 5
Views: 4083

Similar problem - need transparent items and showing, in my case, as black blocks in NS 4.79. Anyone know a fix? Alternatively, could I put a background image/colour for NS 4 users only...?
by wwwolf
Wed Aug 21, 2002 1:10 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Two menus (same style) on one page?
Replies: 2
Views: 2592

Hmmm... is the best way to do #2 to define a one-element always-visible menu as the link to "reactivate" the menu, and then the whole of the rest of the menu as a sub-menu from that?
by wwwolf
Wed Aug 21, 2002 12:32 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Two menus (same style) on one page?
Replies: 2
Views: 2592

Think I answered q1

Yay! I think I just answered question 1 by copying the main menu and changing its name and position. Then I guess I just edit all its content, links etc. Cool! :D

Second question ought to be easy... ferretting madly for book/examples... :?
by wwwolf
Wed Aug 21, 2002 12:27 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Two menus (same style) on one page?
Replies: 2
Views: 2592

Two menus (same style) on one page?

Hi - I just downloaded sample 15 (headers as dividers) and played with it a bit and am impressed with the flexibility and how easy it is to configure. First admission - my knowledge of javascript is rudimentary, so forgive me if I ask anything really dumb... A couple of quick questions, before I ...