• Hey Everyone,

    I’m trying to make a navigation bar that runs across the page horizontally, using dTabs plugin. It insists on running down the side of the page. I tried changing

    /* make the list horizontal */\n\

    to

    /* make the list vertical */\n\

    but still had no luck.

    Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • What you have changed there is just a comment.

    You have to, somewhere in the code, change perhabs:
    display: ???; to display: inline;

    to tell the list to be displayed, well, inline.

    Thread Starter liasuzuki

    (@liasuzuki)

    Hmmm… This is already in the code:

    /* make the list horizontal */\n\
    #tabbar li, #tabbar ul li, {\n\
    display: inline;\n\
    }\n\
    #tabbar a, .tab, .tabselected {\n\
    display: inline-block;\n\
    }\n\
    \n\

    It’s still listing down the side of the page…

    This is css a problem in Firefox 2 which does not handle “display: inline-block;” correctly. It has been fixed in Firefox 3 and it will also be addressed in the upcoming release of dTabs.

    In the meantime a checkout the fix in dTabs support and feedback.

    Fixed in version 1.3 ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘dTabs’ is closed to new replies.