Announcement

Collapse
No announcement yet.

Header Background image missing in Internet Explorer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Header Background image missing in Internet Explorer

    Hi there,

    Any thoughts on this, umm the header-backgound.gif is not showing IE, just a grey background. See attached images, doesn't look great.

    Any ideas?

    Find in Chrome, I don't have FF to check it.

    www.organicplants.co.uk

    Thanks Mash
    Attached Files
    Mash

    #2
    Your coding is not quite right, you specify two divs in the same tag, remove the second div mention: <div class="header-area" div style="
    Peblaco

    Comment


      #3
      Thanks for spotting that, I have removed and done a site refresh and alas the header image is still not appearing, just the grey background.

      Thanks M
      Mash

      Comment


        #4
        Try removing the double quotes around your image url.

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment


          #5
          Mike is correct. Remove double quotes or change to single quotes around the image.

          Although, that said, there may be something else going on here.
          Your source code shows the line as

          HTML Code:
          <div class="header-area" style="background-image: url("acatalog/header-background.gif") no-repeat; width: 950px; border: 1px solid black;">
          yet a generated source code shows it as
          HTML Code:
          <div class="header-area" style="background-image: url(" acatalog="" no-repeat;="" width:="" 950px;="" border:="" 1px="" solid="" black;"="">
          which is clearly broken.

          You also have erroneous CSS style calls as well, which need to be addressed also:
          e.g.
          HTML Code:
          <div class=".header-area2">
          should just be
          HTML Code:
          <div class="header-area2">
          Fergus Weir - teclan ltd
          Ecommerce Digital Marketing

          SellerDeck Responsive Web Design

          SellerDeck Hosting
          SellerDeck Digital Marketing

          Comment


            #6
            Thank everyone for their time and help with this, much appreciated.

            Mash
            Last edited by mash; 22-Mar-2013, 07:59 AM. Reason: Spelling
            Mash

            Comment

            Working...
            X