Forum Replies Created

Viewing 1 replies (of 1 total)
  • This fix worked for me. Replace all /* Menu */ in the CSS.


    /* Menu */
    #sidebarcontainer {
    float: right;
    width: 204px;
    padding: 5px 0 0; /*This adjusts spacing between sidebar and top*/
    }

    .sidebar {
    color: #21262A;
    margin: 0 6px 4px 0;
    }

    .sidebar h2 {
    background: #E5E5E5 url('images/sidetitlebg.gif');
    color: #3A3523;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
    padding: 4px 10px;
    width: 178px;
    }

    .sidebarul {
    padding: 0px 0 5px 0; /*This adjusts spacing between sidebar blocks*/
    margin: 0;
    }

    .sidebarul li {
    background: #EEEEEE;
    padding: 2px 10px;
    margin: 1px 0 0 0;
    width: 178px;
    overflow-x: hidden;
    }

    .sidebarul li:hover {
    background: #E7E7E7;
    padding: 2px 10px;
    margin: 1px 0 0 0;
    width: 178px;
    }

    .sidebarul li a:link, .sidebarul li a:visited {
    background: url('images/arrow.gif') left center no-repeat;
    padding: 0 0 0 10px;
    width: 178px;
    }

Viewing 1 replies (of 1 total)