Results 1 to 4 of 4
- 11-01-2007, 03:58 PM #1
Member
- Join Date
- Nov 2007
- Posts
- 2
- Rep Power
- 0
Need Help Creating a Java Drop-Down/ Collapsing Menu
Hi all,
I was wondering if anyone could help me with the code for creating a Java drop down menu like the example I have provided in the link below. My goal is to have the menue appear under each catagory and "push" down the other catagories. This is easy to do in Flash, the only problem is I have to use a very tall canvas to accomodate all the links. I would like to be able to have other objects under the menue itself and move up and down as the menu collapses. I guess a better description would be a "collapsing" java menue.
An example would greatly help if anyone knows where to find one.
http://www.russellbrowndesigns.com/sample.htm
- 11-01-2007, 07:03 PM #2
I don't have the Flash plug-in so am unable to see your illustration.
Here's an older example of a custom component Expand/Collapse Panels.
Is it in the ball park?
- 12-13-2007, 08:41 PM #3
Member
- Join Date
- Nov 2007
- Posts
- 2
- Rep Power
- 0
Here is the one I built.
Oglebay Institute : Environmental Education
The only thing I would like to change is when you click on a specific menu item ex: "Environmental Education" that part of the collapsing menu would stay open as you move through the different links under "Environmental Education." Is the possible without using frames?
Here is an example of what I am trying t accomplish:
Building Standards Compliant Web Sites
I am missing a piece of code but am not sure what it is.
Any advice.
- 12-15-2007, 11:19 PM #4
You are working with javascript. You can find out how the web page author designed and implemented his menues with his html source (page > view source) and his "generic.js" script. Copy the script address from the source file and paste it into the address bar after/behind the page address to download the script. You can put it together/figure it out with these two documents.
Similar Threads
-
how to create Popup Menu with Sub Menu while right-clicking the JTree Node??
By Kabiraa in forum AWT / SwingReplies: 7Last Post: 05-09-2008, 07:54 AM -
using java applets for dag & drop interface
By frea in forum New To JavaReplies: 0Last Post: 03-27-2008, 08:31 PM -
Drop down menu
By BenNeiderlander in forum New To JavaReplies: 3Last Post: 02-05-2008, 07:35 AM -
Creating a Downloader using JAVA
By shinojkk in forum New To JavaReplies: 0Last Post: 01-08-2008, 05:08 PM -
how to create a menu bar in java
By tommy in forum New To JavaReplies: 1Last Post: 08-05-2007, 07:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks