Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Long Dropdown with Submenu Solution

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260398
    hemant555adsf2225
    Participant

    I found very interesting solution for Long Dropdown @ https://css-tricks.com/long-dropdowns-solution/

    But unfortunately, doesn’t work for Sub menus, Any help is well appreciated

    Menu code:

    <nav id="nav">
    
    <ul>
    
    <li><strong><a href="index.html">Home</a></strong></li>
    </li>
    
    
    
    <!-- Start -->
    
    <li>
    
    <li><strong><a href="#products">Products </a></strong>
    
    
    <ul>
    <!--Start2-->
    
    <li>
    <a href="#Car.html"><strong>Cars</a></strong>
    <ul>
    
    <li><a href="car1.html"><strong>Car1</a></strong></li>
    
    <li><a href="car1.html"><strong>Car2</a></strong></li>
    
    <li><a href="car1.html"><strong>Car3</a></strong></li>
    
    
    </ul>
    
    </li>
    <!--End2-->
    
    <!--Start2-->                           
    
    
    <li><a href="bike.html"><strong>Bike</a></strong>
    <ul>
    
    <li><a href="#bike1.html"><strong>Bike1</a></strong></li>
    
    <!--Start2-->                           
    
    
    <li><a href="#Cycle.html"><strong>cycle</a></strong>
    <ul>
    
    <li><a href="cycle1.html"><strong>Cycle1</a></strong></li>
    
    <li><a href="cycle1.html"><strong>Cycle2</a></strong></li>                  
    
    </ul>
    </li>
    
    <!--End2-->
    
    </ul>
    </li>
    
    </nav>
    
    </div>
    
    #261753
    Beverleyh
    Participant

    Can you provide a CodePen demo to show us the problem and also what you’ve tried so far?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.