Results 1 to 6 of 6

Thread: Thumbnail viewer II problem

  1. #1
    Join Date
    Dec 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Thumbnail viewer II problem

    I have a problem with the Thumbnail Viewer II script, I dunno why it happens

    but it seems to act incorrectly on PHP extension pages

    I'm new here, so I won't post the link to the problem (my site), only if it is required or non forbidden

  2. #2
    Join Date
    Dec 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://ultimate-letoya.org/wp

    it doesn't load the picture correctly, if you pass the mouse over the thumbnails nothing happens, only if you click, and go history back

  3. #3
    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

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.


    Only seems to be a problem in IE. This script uses the defer attribute in an attempt to speed its loading:

    Code:
    <script type="text/javascript" src="http://ultimate-letoya.org/thumbnailviewer2.js" defer="defer">
    Sometimes this causes problems in IE, try it without it:

    Code:
    <script type="text/javascript" src="http://ultimate-letoya.org/thumbnailviewer2.js">
    - John
    ________________________

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

  4. #4
    Join Date
    Dec 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks

  5. #5
    Join Date
    Dec 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    btw, the script only works after the page is completely loaded

    is it normal?

  6. #6
    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

    Yes it is.
    - John
    ________________________

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

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
  •