Logo won't show up in IE

Discussion in 'HTML & Website Design' started by AnnCP, Oct 7, 2007.

  1. #1
    I cannot seem to get this logo to show up in IE, but it shows fine in firefox.

    Here's the code for the image, which is in the html of the page, not in a css file. Any suggestions? It's probably something really simple that I'm just not seeing.


    <div style="position: absolute; left: 15px; top: 0px;">
    <img
    src="images/header.gif"
    width="250" height="108" border="0" alt="logo" >
    </div>
     
    AnnCP, Oct 7, 2007 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    URL? Is it only occuring in the local filesystem? Could we see the image in question?
     
    deathshadow, Oct 7, 2007 IP
  3. Crimsonc

    Crimsonc Peon

    Messages:
    616
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't know if it will solve the problem but you haven't closed the img tag it should be as such:

    <img
    src="images/header.gif"
    width="250" height="108" border="0" alt="logo" />
     
    Crimsonc, Oct 8, 2007 IP
  4. Nora

    Nora Well-Known Member

    Messages:
    2,105
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Strange.. you could try using the whole url but I'm not sure if it will make a difference.
     
    Nora, Oct 8, 2007 IP