Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @djpaul

    When I try patch 03, it simply moves my navigation to the right in Chrome etc. .. but still stacks the navigation on top of each other in IE. It addresses the issue of the navigation items spanning the entire width of the container div, but does not display them inline.. they’re also still stacked over on the right side of the page.

    found a fix. After looking at the default.css here was the code which was overriding my css:
    div#container {
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    }

    So i changed my CSS from:
    #container{ background: #EAEAEA; width: 960px;}
    to:
    div#container{ background: #EAEAEA; width: 960px;}

    Works now.

    I just stumbled onto that article, and started to follow the same path.

    Glad to know it’ll work. Thanks!

    Thanks for the reply Chris.

    I’m pretty sure I can get the wiki plugin working with BP.

    The next step is to have forms where users enter data which is then put in the wiki.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar