• I really need someone to check out my code…I have read all the forums about this IE sidebar issue – it dropping down below the main content. It works great in Firefox, Safari etc but in IE terrible.

    My widths should be good. Any help would be so appreciated!

    https://www.seesawdesign.ca/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    In which version(s) of IE do you see this issue? 6, 7, 8, 9?

    Also – please close your other thread so people don’t respond in two places.

    Moderator Kathryn Presner

    (@zoonini)

    You have some code errors:

    aside {
    width: 255px;
    float: left;
    padding-bottom: 60px;
    padding-left: 185px;
    padding-top: 60px;
    display:block;
    
    }
    
    nav {
    width: 210px;
    color: #636363;
    text-align: right;
    padding-bottom: 40px;
    padding-left: 44px;
    }
    
    nav ul {
    list-style-type: none;
    
    }
    
    nav ul li {
    color: #636363;
    background-color:#F5F5F5;
    margin-bottom: 5px;
    padding: 8px;
    text-align: right;
    list-style-type: none;
    
    }
    
    nav ul li a:link a:visited a:hover a:active {
    color: #999999;
    
    }

    You are missing a # or . before these ID’s/classes

    Moderator Kathryn Presner

    (@zoonini)

    p.s. IE is less forgiving of code errors than other browsers, so please let us know if this solves your IE issues and mark this thread as resolved if it does – thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘More IE Sidebar Issues’ is closed to new replies.