Results 1 to 2 of 2

Thread: Can't Display Image in Firefox

  1. #1
    Join Date
    Jun 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Can't Display Image in Firefox

    Hi. I m having a hard finding what the problem with this code: it can't dispaly images in firefox but its perfect in IE.

    html code:
    <div id="container">
    <ul>
    <li>
    <img src="file:///D|/Superman Site/Resource/super_800_1.jpg" alt="Alpha" title="Alpha" />
    <br />
    ALPHA
    <br />
    Photographed by Dorota Mrowka, courtesy of the stock.xchng
    </li>
    </ul>
    </div>


    css code:
    #container {
    position:relative;
    width:770px;
    height:396px;
    margin:20px auto 0 auto;
    border:1px solid #aaa;
    }

    thanks.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I'm not sure if this is the problem, but you are linking to your hard drive for the image.

    It might be that you have it cached in your temporary files for internet explorer, or something, but not in Mozilla.

    Is the page web based or are you previewing locally?

    Also, might be good to add width/height tags for the images, but those aren't required.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •