Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Touhid 97 posts 117 karma points
    Nov 11, 2010 @ 06:18
    Touhid
    0

    horizontal dropdown navigation

    Hi

    I have a vertical dropdown navigation like that-

    About US

      - Company Profile

      - History

      - etc

    Contact Us

    Product and Service

    But i need it Horizontaly  top of the master page. like that-

    About us               Contact Us        Product and Service

      - Company Profile

      - History

      - etc

    Can anyone help me as soon as possible.

     

    touhid

  • Folkert 82 posts 212 karma points
    Nov 11, 2010 @ 09:14
    Folkert
    0

    it's just plain old css what is needed. Make sure u use display:inline or float:left for the first level list elements.
    Second level can just be display:block,so it lines up vertically.

    Assuming you have an html structure like this:

    <ul>
    <li>first level
    <ul>
    <li>seconde level</li>
    </ul>
    </li>
    </ul>

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies