Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-13-2007, 10:40 PM
Member
 
Join Date: Jul 2007
Posts: 2
asterope118 is on a distinguished road
hyperlinks from menu items?
I'm trying to create a set of drop down menus for a website, I think I have the menu's okay, but I can't figure out how to set the menu items as hyperlinks.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-16-2007, 02:49 PM
Member
 
Join Date: Jul 2007
Posts: 41
paty is on a distinguished road
Do you try with this?
Code:
<div id="menu"> <ul> <li><a href="http://www...">new</a></li> <li><a href="http://www..">open</a></li> <li><a href="http://www..">save </a></li> <li><a href="http://www...">save as</a></li> </ul> </div>
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create Popup Menu with Sub Menu while right-clicking the JTree Node?? Kabiraa AWT / Swing 7 05-09-2008 08:54 AM
Display items in the JCombo Box eddy001 AWT / Swing 1 01-21-2008 01:27 AM
Using Enumeration to get items out of the session Java Tip Java Tips 0 01-04-2008 10:34 AM
Is it possible to get and store items to a variable in a combo box? Soda New To Java 2 12-05-2007 02:19 PM
Adding items to a jComboBox tronovan New To Java 0 08-08-2007 09:48 AM


All times are GMT +3. The time now is 08:54 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org