Results 1 to 3 of 3

Thread: Drop Down Tabs, 3rd drop down way off side

  1. #1
    Join Date
    Jun 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop Down Tabs, 3rd drop down way off side

    1) Script Title: Drop Down Tabs (5 styles)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...roptabmenu.htm

    3) Describe problem: The script has been successfully installed and is called to a page using nav.txt on http://new.captain-net.com/yacht.shtml which is at
    http://new.captain-net.com/nav.txt
    When I added a third drop down to the original two it appears but is way off to one side instead of directly below the tab?
    Thanks for the help,
    Rich

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    It seems that a closing div is missing In this part of the html
    Code:
    
    <!--1st drop down menu -->                                                   
    <div id="dropmenu1_c" class="dropmenudiv_c">
    <a href="tenpromotionaltips.shtml">Ten Web Tips</a>
    <a href="designsite.shtml">Web Site Steps</a>
    <a href="search-promotion.shtml">Web Site Promotion</a>
    <a href="testimonials.shtml">Testimonials</a>
    </div>
    
    <!--2nd drop down menu -->                                   
    <div id="dropmenu2_c" class="dropmenudiv_c">
    <a href="explain.shtml">Internet Primer</a>
    <a href="newandinteresting.shtml">New & Interesting</a>
    </div>
    
    <!--3rd drop down menu -->                                                
    <div id="dropmenu3_c" class="dropmenudiv_c">
    <a href="yachtcrewsalaries.shtml">Crew Salaries</a>
    <a href="yachtbuilders.shtml">Yacht Builders</a>
    <a href="sequoia.shtml">USS Sequoia</a>
    </div>
    I have added it highlighted in red. I'm not sure if that will help but you can try it.

  3. #3
    Join Date
    Jun 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    azoomer,
    You hit it right on the head, the missing closing div was all that was needed.
    Thanks so much for your help,
    Rich

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •