Forums

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

Home Forums Design Clicking on a submenu from dropdown menu and open a new page

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

    Find Consumers is a submenu under Consumers dropdown menu,now the issue is i want to create a page for Find Consumers which should be opened while clicking on the find consumers option,except the below code what i should add in css or javascript ?

    HTML

    <li class="dropdown">
                        <a href="#" class="dropdown-toggle Top-Menu-Font">
                        <img src="../images/Consumers.png" alt="" title="Consumers"> Consumers</b></a>
                        <ul class="dropdown-menu sub_menu">
                        <li><a href="find_consumers">Find Consumers</a></li>
    
    #275298
    Beverleyh
    Participant

    This is standard HTML using the href attribute – not a CSS or JavaScript thing https://www.w3schools.com/tags/att_a_href.asp

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