Forums

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

Home Forums CSS [Solved] Header Banner not right in IE

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #189340
    motion2082
    Participant

    Hey guys,

    I was wondering if anyone knew why my header banner was not displaying correctly in Internet Explorer only?

    http://tinyurl.com/p2le55u

    #189346
    cscodismith
    Participant

    Internet explorer is a VERY poor internet browser especially when you are using it to view your website you are coding. Strongly suggest to use an alternative browser such as Google chrome, and or Firefox.

    #189347
    motion2082
    Participant

    seems to be the clearfix next to header-inner

    Does not work in Firefox either

    Do you know how to remove the clearfix?

    MAybe I could put something inside the img tag

    <header class="header" role="banner">
    <div class="header-inner clearfix">
    <a class="brand pull-left" href="/">
    <img alt="Firedam Civil Pty Ltd" src="http://firedamcivil.biz/images/banners/firedamcivil-banner.JPG">
    </a>
    <div class="header-search pull-right"> </div>
    </div>
    </header>
    #189348
    Senff
    Participant

    Instead of putting a max-width: 100% on the image in the header, I would suggest trying just width: 100%;.

    #189349
    motion2082
    Participant

    Senff you have amazing CSS skills

    That fixed it

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