HTML
  Home arrow HTML arrow Building a Bulleted Menu Of Links: Display...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

Building a Bulleted Menu Of Links: Display Method
By: Chrysanthus Forcha
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 3
    2009-02-23

    Table of Contents:
  • Building a Bulleted Menu Of Links: Display Method
  • Operation from the User’s Point of View
  • Implementation
  • The UL and LI elements

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Building a Bulleted Menu Of Links: Display Method


    (Page 1 of 4 )

    Many web pages display their links in the form of a bulleted menu. You can make such menus a bit more interesting by adding functionality to expand and contract the menu, if it makes sense to divide the menu into levels. This two-part article will show you how to do it.

    Meaning

    Many web pages have their links on the left side of the page in a column. Consider such a web page with the following three hypothetical links:

    • First Level Link 1

    • First Level Link 2

    • First Level Link 3


    Fig.1 Three links

    Each of these links is inside a list item of an unordered list. Note the bullet in front of each link. When you click a link, a new web page is obtained and displayed on the browser. Code can be written so that when you click a bullet, the corresponding list item “expands” such that you see another list of links, associated with the list item, below it. The following figure shows a case where all list items have been expanded:

    • First Level Link 1 

      • Second Level Link 11

        • Third Level Link 111

        • Third Level Link 112

        • Third Level Link 113

      • Second Level Link 12

        • Third Level Link 121

        • Third Level Link 122

        • Third Level Link 123

      • Second Level Link 13

        • Third Level Link 131

        • Third Level Link 132

        • Third Level Link 133

    • First Level Link 2

      • Second Level Link 21

        • Third Level Link 211
        • Third Level Link 212

        • Third Level Link 213

      • Second Level Link 22

        • Third Level Link 221

        • Third Level Link 222

        • Third Level Link 223
      • Second Level Link 23

        • Third Level Link 231

        • Third Level Link 232

        • Third Level Link 233
    • First Level Link 3

      • Second Level Link 31

        • Third Level Link 311

        • Third Level Link 312

        • Third Level Link 313
      • Second Level Link 32

        • Third Level Link 321

        • Third Level Link 322

        • Third Level Link 323
      • Second Level Link 33

        • Third Level Link 331

        • Third Level Link 332

        • Third Level Link 333


    Fig.2 The bulleted list, completely expanded.

    While a list item is expanded into a sub list, if you click its bullet (not the link) again, the list item should collapse, that is, its sub list should disappear, as well as the space occupied by the sub list.

    More HTML Articles
    More By Chrysanthus Forcha


     

    HTML ARTICLES

    - Comparing Browser Response to Active Client ...
    - Testing Browser Response to Active Client Pa...
    - Active Client Pages: Completing the Code for...
    - ACP and Browsers: Setting up an Example
    - How Browsers Respond to Active Client Pages
    - Completing a Tree with Active Client Pages
    - HTML Form Verification and ACP
    - Building an ACP Tree
    - Completing an ACP 3D HTML Table Image Gallery
    - Building an ACP 3D HTML Table Image Gallery
    - A Multiple Page Image Gallery with Active Cl...
    - Building an Image Gallery with Active Client...
    - Concluding a Menu for All Browsers
    - A Vertical Menu for All Browsers
    - Downloading Long HTML Pages with ACP







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek