GUI Components JavaScript DHTML

        "http://www.w3.org/TR/html4/strict.dtd">

    
        
        Example 7: Multi-tiered Menu From Existing Markup
        
        
        
        
        
 
        
        
        
        
        
        
        
        
        
        
        
        
            YAHOO.example.onWindowLoad = function(p_oEvent) {
                var oProductsServicesMenu = new YAHOO.widget.Menu("productsandservices", { fixedcenter:true });
                oProductsServicesMenu.render();
                oProductsServicesMenu.show();
                
            }
            YAHOO.util.Event.addListener(window, "load", YAHOO.example.onWindowLoad);
            
        
    
    
        

Example 7: Multi-tiered Menu From Existing Markup


        

This example demonstrates how to create a multi-tiered menu using existing markup on the page.  The Menu API also supports building a menu like this using nothing but JavaScript.


        
            
                
                    Communication
                        
                            
                                

                                        360°
                                        Alerts
                                        Avatars
                                        Groups
                                        Internet Access
                                        PIM
                                        
                                            
                                                
                                                    
                                                        Yahoo! Mail
                                                        Yahoo! Address Book
                                                        Yahoo! Calendar
                                                        Yahoo! Notepad
                                                    
            
                                            

                                        
                    
                                    
                                    
                                    Member Directory
                                    Messenger
                                    Mobile
                                    Photos
                                
                            

                                            
                    
                    
                    Shopping
                        
                                                
                                

                                        Auctions
                                        Autos
                                        Classifieds
                                        Flowers & Gifts
                                        Points
                                        Real Estate
                                        Travel
                                        Wallet
                                        Yellow Pages
                                    

                            
                                            
                    
                    
                    Entertainment
                        
                                                
                                

                                        Fantasy Sports
                                        Games
                                        Kids
                                        Music
                                        Movies
                                        Radio
                                        Travel
                                        TV
                                    
                    
                            
                                                                
                    
                    
                    Information
                        
                                                                    
                                

                                        Downloads
                                        Finance
                                        Health
                                        Local
                                        Maps & Directions
                                        My Yahoo!
                                        News
                                        Search
                                        Small Business
                                        Weather
                                    
                    
                            
                                                                
                    
                    
                            
            
        
        
    

           
         
  
yui.zip( 3,714 k)