Results 1 to 7 of 7

Thread: Two level CSS Tabs menu

  1. #1
    Join Date
    Dec 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Two level CSS Tabs menu

    Hi!
    http://www.dynamicdrive.com/style/cs...css-tabs-menu/ :

    I found this useful explanation for a navigation on my website, is there anyone who can help me to align the tabs, for my website I would have tabs without spaces.

    best regards ayo

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I'm not sure I understand what you want to do, could you please elaborate?
    Last edited by Snookerman; 12-29-2008 at 06:10 PM. Reason: I stand corrected

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

    Default

    Snookerman: That will not work.

    Next time you need help with a script on DD, please post it in the "Dynamic Drive scripts help"

    To remove the space find:
    Code:
    #maintab li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #778;
    color: black;
    background: white;
    }
    And remove the highlighted.
    Jeremy | jfein.net

  4. #4
    Join Date
    Dec 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi!

    First thank you for your reply, I´m always wondered how fast the internet works. Second my Question was, how can I reduce the space between the tabs without loose the look of the tabs. third I want you to take a look to understand my problem : the source here is the original from the css box



    best regards ayo
    Last edited by ayo; 12-29-2008 at 07:12 PM.

  5. #5
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try this:
    Code:
    #maintab li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 1px;
    border: 1px solid #778;
    color: black;
    background: white;
    }

  6. #6
    Join Date
    Dec 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi!

    It would not work, what I want is eleminate the spacer completly with the border to move the tabs to each other.

    best regards ayo

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

    Default

    Why not just use:
    http://www.dynamicdrive.com/style/cs...tt_black_tabs/

    Or are you using the second level?
    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
  •