Results 1 to 3 of 3

Thread: Image Thumbnail Viewer and Explorer 7

  1. #1
    Join Date
    Jul 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer and Explorer 7

    1) Script Title: Image Thumbnail Viewer

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    3) Describe problem: When viewing in Internet Explorer 7, whenever the page containing the script loads the upper left corner of the screen flashes the following text:
    "Loading...."
    "Close X"

    See an example here.

    I see this is coming from the script but how do I eliminate it from the page?

    Thanks in advance.

  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

    I'm not seeing it in IE 7 here. Are you on dial up or otherwise have less than the fastest connection possible? If so, it may be that the stylesheet isn't loading in time. Try moving it above the script tag:

    Code:
    <link href="thumbnailviewer.css" rel="stylesheet" type="text/css" />
    <script src="thumbnailviewer.js" type="text/javascript">
    
    /***********************************************
    * Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for legal use.
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi John,
    I'm on a high-speed connection but that worked, you are a genius, thank you so much.

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
  •