Results 1 to 2 of 2

Thread: Another navbar I need help on

  1. #1
    Join Date
    Nov 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Another navbar I need help on

    How about this one. It's straight from this website.
    http://www.dynamicdrive.com/style/cs...vertical-menu/
    I put it in a cell in my table. But the navbar does not span the entire length of the cell. It just sits there, centered right in the middle. How do I get it to anchor itself to the top of the cell, so that I can add more tabs?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    In the CSS where you see:
    Code:
    .slidedoormenu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px; /* width of menu (don't forget to add border with below!) */
    border-left: 8px solid #ffa1a3; /* thick left border of menu */
    
    }
    Is where you change the width of the whole menu. Try making it 100%, or the width in pixels of your table cell.
    Please post a link to the page on your site that contains the problematic script so we can check it out.
    Jeremy | jfein.net

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
  •