Search found 4 matches

by vishmehra
Mon Jul 08, 2002 9:56 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Vertical menu - placing items UNDERNEATH?...
Replies: 1
Views: 2212

We are having the same problems with text under the menu in the same table cell. :(
by vishmehra
Fri Jun 21, 2002 12:10 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Need help placing Menu in a Table?
Replies: 16
Views: 11545

I simply did this:
<table>
<tr>
<td valign="top" width="200">
<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
<NOSCRIPT>Our old navigation goes here</NOSCRIPT>
</td>
<td valign="top">
Content ...
by vishmehra
Fri Jun 21, 2002 12:08 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: You are here concept.
Replies: 2
Views: 2621

The problem is truly not in getting the image to work, but is in the placement of the same. Is there an easy way to calculate the amount of whitespace needed for a given text size for a specific menu size?

Thanks,
Vishal.
by vishmehra
Thu Jun 20, 2002 3:14 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: You are here concept.
Replies: 2
Views: 2621

You are here concept.

We are trying to build a "You are here concept". Here is how we are looking at building the structure:
For e.g. if my menu is something like this:
1
2
3
4
5
6
7
8
9
10
11
12

When I show the menu, I need to show it only one level deep at anytime. Thus on the home page the navigation ...