IE7 Browser Issue?

Discussion in 'HTML & Website Design' started by coolspot, Aug 13, 2012.

  1. #1
    i think i have a major problem - my 2 new sites, both using the same template..

    i increased the header / logo area from 83px to an increased amount for it to house the header banner that i wanted to use, but no the text appears superimposed over the banner. it looks fine in mozilla and on my android.

    can anybody else see this? please advise!

    site: http://www.prosimulator.net/
     
    coolspot, Aug 13, 2012 IP
  2. nemanja.todic

    nemanja.todic Well-Known Member

    Messages:
    69
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    130
    #2
    Hi,

    To fix this just change #header style( template.css line 30) to look like this:
    
    #header {
        [B]height: 232px;[/B]
        background: white url(../images/header.gif) repeat-x 0 100%;
    }
    
    Code (markup):
    So, only "height" property is changed. BTW I like your BMW gallery website :)
     
    nemanja.todic, Aug 14, 2012 IP