Wordpress Broken in IE - Can not find fix...

Discussion in 'WordPress' started by mg3hockey, Apr 10, 2010.

  1. #1
    mg3hockey, Apr 10, 2010 IP
  2. addlinkurl

    addlinkurl Well-Known Member

    Messages:
    2,409
    Likes Received:
    129
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #2
    it's ok in ff, chrome and ie8 but there are problems in header part in ie7 and 6.

    i think you should do them:

    the video height is too big. it should be less than 120.

    so you have two ways:

    first way:
    - in video embed code, find width="400" height="265", and make it width="230" height="115" or something else.

    second way:
    - open style.css and find #header { width: 970px; height: 120px; }
    - make the height value 280px

    and also there is a problem with logo in ie6.

    - open style.css and find #logo { margin: 18px 0pt 0pt 10px; float: left; }
    - replace it with: #logo { margin: 18px 0pt 0pt 10px; float: left; width:485px; height:265px;}
     
    addlinkurl, Apr 11, 2010 IP
  3. mg3hockey

    mg3hockey Active Member

    Messages:
    438
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Thank you so very much!!!
     
    mg3hockey, Apr 11, 2010 IP