you could also consider referring to my post called "Hiding menu on certain pages" that I made today.
Aaron
Search found 5 matches
- Wed Oct 30, 2002 9:57 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Prepopulating the menu..
- Replies: 2
- Views: 2611
- Wed Oct 30, 2002 9:36 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Hiding menu on certain pages
- Replies: 4
- Views: 4478
Try this
I think it's fine to add conditional logic, because I put it in the INCLUDED _array.js file, like below (see mapping-your-future.org for an example).
// put this below the menu style code
var lowerCaseHref = window.document.location.href.toLowerCase();
// if one of the below directories is part ...
// put this below the menu style code
var lowerCaseHref = window.document.location.href.toLowerCase();
// if one of the below directories is part ...
- Tue Sep 10, 2002 11:34 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: No menu showing with NS 6.2 and Coldfusion
- Replies: 4
- Views: 3786
try this
I was having similar problems with CF until I added the following to after the </title> tag of my code when I use the menu. I think CF Server renders some of the Milonic code improperly in NN browsers for some reason. Anyways, it worked for me:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html ...
<META HTTP-EQUIV="Content-Type" CONTENT="text/html ...
- Wed Jul 31, 2002 11:37 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: ASP Pages
- Replies: 7
- Views: 6385
- Wed Jul 31, 2002 9:06 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Menu Accessibility to handicapped, etc
- Replies: 2
- Views: 3143
Menu Accessibility to handicapped, etc
Hi,
First, great menu. I've researched dozens of similar ideas, but this takes the cake (and the pie).
I work for a non-profit, public service national web site, and we would like to make sure this menu is accessible to as many of our users as possible. Clearly, you've done a great job on making ...
First, great menu. I've researched dozens of similar ideas, but this takes the cake (and the pie).
I work for a non-profit, public service national web site, and we would like to make sure this menu is accessible to as many of our users as possible. Clearly, you've done a great job on making ...