Forums

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

Home Forums CSS IE7 Margin Bug, Could use a little help please

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33005
    livennak
    Member

    Hello,

    I’m currently building out a WordPress website and I just have one freaking bug that I can’t figure out…

    I’m using a large background image and all the content is in a wrap div, all I want to do is bring the warp div down 100px so you can see some of the background image on the top. I have added top margin to my header wrap in order to push it all down, it looks great in every browser except for IE7! (and I’m not worried about IE6, and yes, I know people still use it ; )

    I’m currently building out the website here:
    http://184.172.187.201/~pnrcalas/

    Any help is appreciated! Thank you : )

    #74124
    scubasteve
    Participant

    livennak,

    I’m on a mac, can you describe the ie bug.

    Thanks,
    Scubasteve

    #74125
    scubasteve
    Participant

    livennak,

    noticed you have an ie7 conditional, is the path correct on that, did you have special format that’s missing because of that which is now broken… let me know

    Thanks,
    Scubasteve

    #74126
    scubasteve
    Participant

    livennak,

    Try looking and testing out some of these bug fixes, i think one of the last few will help

    http://dev.moonhenge.net/bugs/ie6/margins/IE__margins_summary.html

    #74119
    bhagavan
    Participant

    Hey,

    i’m not checked all of the code, i think here is the error

    #header {
    margin: 0 auto 0; /* needs to be remove */
    padding: 0 6px;
    margin: 100px auto 0;
    }

    Thanks
    Buddy

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