Results 1 to 4 of 4

Thread: Image Thumbnail Viewer Quandary

  1. #1
    Join Date
    Nov 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer Quandary

    1) Script Title: Image Thumbnail Viewer

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

    3) Describe problem: If I use the thumnail viewer script (which is stunning) it disables all my other rollevers on the site - including the main navigation. Is there a way around this?

    The culprit <script src="thumbnailviewer.js" type="text/javascript">

    Without it: http://www.charmnecklaces.co.uk/newsite/index.html

    With it: http://www.charmnecklaces.co.uk/news...als/funky.html

    Please please can you help?

  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

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.


    And you need to close the external script tag (from your source code):

    Code:
    <script src="../thumbnailviewer.js" type="text/javascript">
    <script type="text/JavaScript">
    <!--
    function MM_swapImg . . .
    should be:

    Code:
    <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>
    <script type="text/JavaScript">
    <!--
    function MM_swapImg . . .
    - John
    ________________________

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

  3. #3
    Join Date
    Nov 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John - will do

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

    Default

    It Works! Thanks John and the legal notice will be in place on every page.

    My girlfriend will be chuffed!

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
  •