ie7 HTML/CSS Problem

Discussion in 'HTML & Website Design' started by darkvisje, Dec 14, 2011.

  1. #1
    Dear All,


    I have a problem that i cant fix. All browsers my website performs oke, except in ie7 my left and right bar move to the bottom of the page!

    Is there anyone that can tell me whats going wrong ?

    Thee website: http://tinyurl.com/7j28s4c

    Already Thank you very much!
     
    Solved! View solution.
    darkvisje, Dec 14, 2011 IP
  2. Alan Smith

    Alan Smith Active Member

    Messages:
    1,263
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #2
    Have you tried your website on IE 8 or IE 9? I think it is better to test on latest version of IE, it will give you better result.
     
    Alan Smith, Dec 14, 2011 IP
  3. darkvisje

    darkvisje Well-Known Member

    Messages:
    231
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    120
    #3
    Yeah ie9 is working perfectly, but the client works with ie7 on all his pc's just want to be sure it works on every browser
     
    darkvisje, Dec 14, 2011 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #4
    Tell the client that the guy who wrote the markup for this didn't understand the basics of html and that's probably the cause of it. He should find someone else to work on this.
     
    drhowarddrfine, Dec 14, 2011 IP
  5. darkvisje

    darkvisje Well-Known Member

    Messages:
    231
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    120
    #5
    haha true, but im sure there is a fix for this!
     
    darkvisje, Dec 14, 2011 IP
  6. pennywise711

    pennywise711 Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    ie7 uses the boxmodel slightly different (something about borders, paddings and margins that are calculated a bit different)

    use a css file specially for ie7 or ie7 and lower :), and prob make yr wrapper a bit wider, (just a few pixels), problem solved for sure
     
    pennywise711, Dec 14, 2011 IP
  7. pennywise711

    pennywise711 Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #7
    and maybe good tip ---> USE GOOGLE :)

    check this link : css-tricks.com/132-how-to-create-an-ie-only-stylesheet
     
    pennywise711, Dec 14, 2011 IP
  8. #8
    Yes. Validate your html for that list of errors and fix them.
     
    drhowarddrfine, Dec 14, 2011 IP
  9. darkvisje

    darkvisje Well-Known Member

    Messages:
    231
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    120
    #9
    Found it, html error was causing the problem! some table wasnt correctly closed. Strange it was only ie7/ie8 related. But its fixed!

    Thanks for the help and love! :D
     
    darkvisje, Dec 15, 2011 IP