Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Trouble aligning in IE

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29530
    forvt
    Member

    I am trying to get the left sidebar and the main large photo to line up at the top. For some reason the left sidebar1 is dropped down about 1/2 inch in all versions of IE. Any suggestions?

    .twoColFixLtHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 207px;
    position: relative;
    clear: left;
    margin: 0px;
    padding: 0px;
    }
    .twoColFixLtHdr #sidebar1 img {
    margin: 0px;
    padding: 0px 0px 11px;
    }

    Thank you!

    #79196
    virtual
    Participant

    You have extra top padding for IE in your conditional comment

    Code:
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.