Viewing 6 replies - 1 through 6 (of 6 total)
  • Didn’t keep track the changes, so…

    /* ---------- All menu styling except #menu itself (in layout above) ------- */
    #nav ul {
    padding: 2px 0 0 0;
    margin: 0;
    list-style-type: none;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    }
    #nav ul li {
    margin-top: 10px;
    padding: 10px 0 0 15px;
    background: #acc387;
    color: #003f00;
    font: bold 120% "Arial Narrow", Helvetica, Arial, serif;
    list-style-type: none;
    }
    #nav ul li ul {
    padding-top: 10px;
    }
    #nav ul li ul li {
    display: inline;
    background: transparent;
    }
    #nav ul li ul li a{
    display: block;
    padding: 3px 15px;
    margin-left: -15px;
    background: #d0e1b4;
    text-transform: none;
    }
    #nav input#s {
    width: 75%;
    background: #fff;
    border: 1px solid #acc387;
    color: #003f00;
    }
    #nav form {
    padding: 15px;
    margin: 10px 0 0 -15px;
    background: #d0e1b4;
    }
    #nav ul ul li {
    border: 0;
    font: normal 80% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: 0;
    margin-top: 0;
    padding: 0;
    padding-left: 0;
    }
    #nav ul ul li a {
    color: #003f00;
    text-decoration: none;
    }
    #nav a:link, #nav a:visited {
    color: #003f00;
    }
    #nav a:hover{
    background-color: #E7F0D9;
    color: #003f00;
    }
    /* ---------------------------- WP Calendar styling --------------------------*/

    Thread Starter renaissant

    (@renaissant)

    I updated the css file with what you just wrote, but nothing seemed to have happened.

    Ctrl + F5 to refresh

    Thread Starter renaissant

    (@renaissant)

    I seem to missing something; everything looks the same as far as I can tell.

    Go to your wp admin panel and update css template from there instead.

    Thread Starter renaissant

    (@renaissant)

    Ouch. I made a really stupid error–but it’s corrected and all fine now. The site works in Internet Explorer now! All shall rejoice! 😛
    Thanks for help; I would have never gotten this far by myself. I’ll put a comment in the code regarding your effort.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Sidebar Issues in IE’ is closed to new replies.