Viewing 6 replies - 16 through 21 (of 21 total)
  • I removed the centering, and it still has them indented.

    Orbit,
    I’m testing it on the default template and when I remove the centering there is only a very small indent (2px padding and 1 px margin) on the LI. Have you checked your other styles to see if they are interfering? Can you give a link to your site?

    https://www.orbitjuice.com
    right now, they’re not active (the menutabs)
    The only other UL or LI reference in my CSS is defining LI bullets to be square.

    Turns out that we had to set a margin:0 for the “tabs” div because of IE problems. It was working fine in Mozilla.
    I’ve updated the Wiki! ??

    I found a problem with the cookie code that is now fixed. It was saving a cookie for almost every “page” viewed, so in effect it wasn’t really saving the tab that you were looking at, it was saving the tab for each page.
    The Tabbed Sidebar instructions have been modified in the Wiki.

    I installed the sidebar tabs, but the first tab does not show until being clicked on. Is there a way to set the default showing tab1 as clicked upon page load…

    Here is the display code.
    <ul id=”tabs”>
    <li class=”tab” id=”tab1″ onclick=”switchOn(1);”>Tab 1
    <li class=”tab” id=”tab2″ onclick=”switchOn(2);”>Tab 2
    <li class=”tab” id=”tab3″ onclick=”switchOn(3);”>Tab 3

    Change something here?
    <li class=”tab” id=”tab1″ true or auto ???onclick=”switchOn(1);”>Tab 1

    complete code of sidebar
    https://wiki.www.ads-software.com/Tabbed%20Sidebar

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘MtDew’s Sidebar Tabs’ is closed to new replies.