Results 1 to 5 of 5

Thread: I cannot get Image Thumbnail viewer II to work with internet explorer

  1. #1
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default I cannot get Image Thumbnail viewer II to work with internet explorer

    1) Script Title: script doesn't work in IE 7 & 8

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    3) Describe problem:

    I cannot get my image viewer to load the large images in internet explorer 7 & 8
    I did read as many forums regarding this and it seems that most people were able to fix the problem by removing the defer="defer" in the script tags

    I do not have that in my tags. never have.

    here is my site is it is helpful
    http://www.californiayachts.com/index_cbr.html

    Thank you for you assistance,
    Clover

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Get rid of this:

    HTML Code:
    <script language="javascript" src="javascript/sleight.js"></script>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hello John

    thank you, I tried just that and still no go. any other ideas?

    -Clover

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Works here when I remove that from a local mock up of the page. But you also have:

    Code:
    .trans img{ behavior: url(iepngfix.php) }
    in your index.css stylesheet. Due to security restrictions, that is not allowed to function in a local mock up. It may be doing the same thing or something similar on the live page.

    But your live page still has this:

    HTML Code:
    <script language="javascript" src="javascript/sleight.js"></script>
    on it, so it's hard for me to tell. Get rid of it, and we'll talk.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. The Following User Says Thank You to jscheuer1 For This Useful Post:

    z1clover (07-14-2010)

  6. #5
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile Thank you!!

    Hi John

    I had forgotten to upload the code to my site and had assumed that I was viewing the revised code. Silly me. Thank you very much for your assistance I really appreciate your time. I am a intermediate/beginner. The worst kind of coder.

    Thank you,
    Clover

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
  •