Different results in IE6/FF vs IE7

Discussion in 'CSS' started by Camay123, Oct 11, 2007.

  1. #1
    Camay123, Oct 11, 2007 IP
  2. mikebrad0927

    mikebrad0927 Peon

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I kind of got lost with all of the divs and no content to bounce it off of but it looks to me like this is your problem

    #head {
    border-bottom: solid 10px #ffffff;
    }
    
    #main {
    border-top: solid 10px #FFFFFF;
    }
    Code (markup):
    Correct me if I'm wrong but the red is the start of #main and is supposed to have a 10px border top and #main sits right below #head which is supposed to have a 10px border bottom.
     
    mikebrad0927, Oct 12, 2007 IP
  3. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #3
    I have removed the one in #head.

    I get a 20px line in IE6/IE7, but FF is ok.

    MikeBrad: You were right.
     
    Camay123, Oct 13, 2007 IP