Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter js09

    (@js09)

    Still trying to figure this out =)
    thanks

    Thread Starter js09

    (@js09)

    bump

    I cant really tell exactly what your problem is but I am assuming it is a CSS related issue. If I am looking at your code correctly, you have all the stuff on that right sidebar under a div with the id “waysidebar”, correct?

    If so, then looking at your CSS…
    #waysidebar {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 3px;
    width: 160px;
    float: left;
    }

    delete the margin line and use the following lines and see if that helps at all. Let me know how it works.

    margin: 0px 0px 0px 3px !important;
    margin: 0px 0px 0px 0px;

    Thread Starter js09

    (@js09)

    hmm, it doesn’t look like its helping. I just dont understand why this is only happening on the home page for IE.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘what could be causing this margin error in IE?’ is closed to new replies.