View Full Version : Thumbnail viewer II problem
richardba
12-26-2007, 04:14 PM
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 :rolleyes:
richardba
12-26-2007, 04:55 PM
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
jscheuer1
12-26-2007, 05:35 PM
Warning: Please include a link to the DD script in question in your post. See this thread (http://www.dynamicdrive.com/forums/showthread.php?t=6) 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:
<script type="text/javascript" src="http://ultimate-letoya.org/thumbnailviewer2.js" defer="defer">
Sometimes this causes problems in IE, try it without it:
<script type="text/javascript" src="http://ultimate-letoya.org/thumbnailviewer2.js">
richardba
12-26-2007, 07:00 PM
thanks
richardba
12-26-2007, 09:57 PM
btw, the script only works after the page is completely loaded
is it normal?
jscheuer1
12-26-2007, 11:05 PM
Yes it is.
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.