Results 1 to 2 of 2

Thread: image thumbnail viewer mouse over not working

  1. #1
    Join Date
    Apr 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default image thumbnail viewer mouse over not working

    I have been using image thumbnail viewer 2 but the mouseover trigger is not working, can anyone please help me?
    I have tried every way I can think of
    I want the images look like the ballon,sofa and leaves demo in : http://www.dynamicdrive.com/dynamici...thumbnail2.htm
    here's my code
    In the header I have include :

    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    		<script type="text/javascript" src="thumbnailviewer2.js"></script>
    body :
    Code:
    <div id="img_property">
    				<table border="0" width="100%" cellspacing="0" cellpadding="0">
    					<tr>
    						<td width="20%" valign="top">
    						<a href="image/image1.jpg" rel="enlargeimage::mouseover" rev="targetdiv:loadarea">
    						<img border="0" src="image/image1.jpg" width="91" height="61"></a><br>
    						<br>
    						<a href="image/image2.jpg" rel="enlargeimage" rev="targetdiv:loadarea,trigger : mouseover preload:yes">
    						<img border="0" src="image/image2.jpg" width="80" height="58"></a><br>
    						<br>
    						<a href="image/image3.jpg" rel="enlargeimage" rev="targetdiv:loadarea, preload:yes">
    						<img border="0" src=".image/image3.jpg" width="75" height="69"></a></td>
    						<td width="80"><!--webbot bot="HTMLMarkup" startspan --><div id="loadarea" style="width:510px; height: 220px"></div> 
    <!--webbot bot="HTMLMarkup" endspan i-checksum="11986" --></td>
    						</tr>
    				</table>
    			</div>
    Last edited by jscheuer1; 04-02-2014 at 04:31 PM. Reason: Format

  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

    There could also be other problems, but the code in the body should be:

    Code:
    <div id="img_property">
    				<table border="0" width="100%" cellspacing="0" cellpadding="0">
    					<tr>
    						<td width="20%" valign="top">
    						<a href="image/image1.jpg" rel="enlargeimage" rev="targetdiv:loadarea">
    						<img border="0" src="image/image1.jpg" width="91" height="61"></a><br>
    						<br>
    						<a href="image/image2.jpg" rel="enlargeimage" rev="targetdiv:loadarea">
    						<img border="0" src="image/image2.jpg" width="80" height="58"></a><br>
    						<br>
    						<a href="image/image3.jpg" rel="enlargeimage" rev="targetdiv:loadarea">
    						<img border="0" src=".image/image3.jpg" width="75" height="69"></a></td>
    						<td width="80"><div id="loadarea" style="width:510px; height: 220px"></div> 
    						</td>
    						</tr>
    				</table>
    			</div>
    Also make sure you have downloaded the thumbnailviewer2.js file and placed it in the same folder as your page.

    Oh, and (according DD terms of usage, this makes no difference to function, but is required by said terms):

    Code:
    <script type="text/javascript" src="thumbnailviewer2.js"></script>
    should be:

    Code:
    <script type="text/javascript" src="thumbnailviewer2.js">
    
    /***********************************************
    * Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
    
    </script>
    Please reinstate the copyright notice first.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

Similar Threads

  1. Image Thumbnail Viewer not working
    By marbles1704 in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 09-01-2010, 05:45 PM
  2. Image Thumbnail Viewer Not Working Correctly
    By herhubby in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 04-07-2010, 08:14 PM
  3. Image thumbnail viewer II - default image on mouse out
    By thisclown in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 06-26-2008, 07:44 AM
  4. Image thumbnail viewer not working for me
    By vedawms in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 01-05-2007, 08:32 PM
  5. Image thumbnail viewer II working great...
    By Chadman in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 04-12-2006, 01:06 AM

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
  •