Announcement

Collapse
No announcement yet.

Drop down in top navigation?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Drop down in top navigation?

    Seems like this would be simple, but since I am not a real css expert it is
    quite confounding. You would think there would be an "easy" way.
    I want to create more content pages and add them as drop downs under
    the top navigation (controlled by #topnav in the css and a part of the
    mivatemplate.htm

    I added this in the mivatemplate.htm on www.labwear.com but nothing showed up.
    I am guessing that something needs to be modified in the .css too?
    The page in bold is the one I was trying to add.

    <ul>
    <li><a href="/" title="Labwear Home">Home</a></li>
    <li><a href="about-our-lab-coats.htm" title="About Lab Coats and Embroidered Lab Wear">About Us</a>
    <ul>
    <li><a href="online-lab-coats.php">Best Online Lab Coat Source</a></li>
    </ul>
    <li><a href="contact-us.php" title="Contact us with your lab coat questions">Contact Us</a></li>
    <li><a href="corporate-lab-coat-sales.htm" title="Corporate Sales and Logos on Lab Coats">Corporate Sales &amp; Logos</a></li>
    <li><a href="order-lab-coats.htm" title="How to Order Lab Coats and Lab Wear">How to Order</a></li>
    <li><a href="find-lab-coats.htm" title="Lab Coats and Scrubs Site Map">Site Map</a></li>
    </ul>

    #2
    Re: Drop down in top navigation?

    Yes, it is in the CSS, since just nesting lists via HTML will not do anything without that CSS. There are plenty of horizontal drop down menus on the net, which will give you the CSS you need. Just do a Google search for horizontal drop down menu, and you'll find one that suits your needs.

    Jamie
    Jamie Donaldson
    JSDVS Web Design / Development
    Web Design | Web Development | E-commerce Design & Integration

    Comment


      #3
      Re: Drop down in top navigation?

      Thanks, hopefully I can find something that will match the existing css for the existing #topnav

      Comment

      Working...
      X