Images won't display in Internet Explorer....Surprise surprise!

Discussion in 'HTML & Website Design' started by mikey1090, Dec 8, 2010.

  1. #1
    http://www.jjoyceillustration.com/

    This is my friends portfolio site that I manage for him. The thumbnail images and the images themselves show fine in FF, yet more than half of them wont show in IE.

    Any ideas?
     
    mikey1090, Dec 8, 2010 IP
  2. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #2
    CSM, Dec 8, 2010 IP
  3. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #3
    Fixed, still no luck.
     
    mikey1090, Dec 8, 2010 IP
  4. Messer.Edge

    Messer.Edge Peon

    Messages:
    48
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Works just fine for me checked in in Safari and IE .
     
    Messer.Edge, Dec 8, 2010 IP
  5. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #5
    I get a 404 when trying to open a thumbnail directly (http://www.jjoyceillustration.com/images/thumbnails/figurebirds.jpg) in IE, in Chrome it works.

    Strange ......

    
    <!--[if IE]>
    <style>
    
    .gallery li {
    
    display:inline;
    
    }
    </style>
    <![endif]-->
    
    Code (markup):
    Maybe there is your problem...

    Another thing I noticed is this:

    
    <script type="text/javascript" src="prototype.js"></script>
    <script type="text/javascript" src="scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="transition.js"></script>
    
    <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>
    
    Code (markup):
    Loading prototype/scriptaculous twice...

    By the way, there is an easier way to do a picture gallery (jQuery FTW) ;)
     
    Last edited: Dec 8, 2010
    CSM, Dec 8, 2010 IP
  6. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #6
    I am using jquery with lightbox for the images!

    I removed the duplicate <script> and tried without the IE specific code but still no luck.

    Grrrr.
     
    mikey1090, Dec 8, 2010 IP
  7. WebPageMistakes

    WebPageMistakes Well-Known Member

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    110
    #7
    How about, checking that the image name in the coding matches exactly with the image name on the server. e.g. Myimage.jpg is different from myimage.jpg on some web servers and in some browsers.
     
    WebPageMistakes, Dec 8, 2010 IP
  8. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #8
    No it's the prototype version of lightbox. Just check the lightbox.js ;)

    I have checked here with IE9 in different modes and do not have a problem
     
    CSM, Dec 8, 2010 IP
  9. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #9
    mikey1090, Dec 9, 2010 IP
  10. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #10
    Is it possible that you check your webserver logfiles?
     
    CSM, Dec 9, 2010 IP
  11. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #11
    This would also effect FF, Chrome, ... not only IE. That's a server "thing".
     
    CSM, Dec 9, 2010 IP
  12. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #12
    Yeah but....what would I be looking for exactly?
     
    mikey1090, Dec 9, 2010 IP
  13. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #13
    Your IP address, the requests with e.g. IE or Chrome, date, time (then it's easier to find) :)
     
    CSM, Dec 9, 2010 IP