Results 1 to 1 of 1

Thread: combining CRAWLER. JS with image enlaging script........a hiccup

  1. #1
    Join Date
    Sep 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default combining CRAWLER. JS with image enlaging script........a hiccup

    Hello to all.......new member who has been playing around with crawler.js for a while (and others on DD).

    ---------------------------------------------------------------------------------------
    posted this initially in the javascript forum, but realized it might be more appropriate here.
    ----------------------------------------------------------------------------------------

    I'm not a web guru by any stetch of the imagination, but have managed over the past several years to combine simple scripts to create some simple websites for customers I do a little photography for.
    When I run into a snag, trouble shooting the problem is above my paygrade so I rely on the more enlightened folks in cspace.

    I've been trying to get this page to behave, but to no avail. Seems to work properly in IE and Firefox, but in Chrome and Safari there is a hiccup.

    http://www.studioivphotography.com/Test.htm

    If I scroll in the reverse direction from the initially displayed direction, mouse over the left hand side of the scrolling images, and click on one of the fist few images that
    appear coming in from the left, the expanded image opens in a new window rather than the same window. This only seems to happen once, and upon initiating the "go back" command/button of the browser
    it seems to be fine. As mentioned this only seems to happen in chrome and safari.

    I have tried using another imaging enlarging script also (shadowbox.js) with the same results. I like using the Magicthumb image enlarger because I can create the thumnail and enlarged image borders (in this case, orange) using the
    associated Magicthumb CSS

    fwiw, the <div id="horizont"> <div id="content"> and associated CSS allow the image scroller to always appear in the vertical center of the window, plus or minus, regardless of the viewers screen size/resolution; I run into the same problem
    when using just a single div on the page.

    Hope this makes sense.

    Any tips on how to resolve this issue would be appreciated.

    Thanks, Mike


    crawler.js

    marqueeInit({
    uniqueid: 'crawler',
    style: {
    'padding': '20px',
    'width': "100%",
    'height': '255px'

    },
    inc: 8, //speed - pixel increment for each iteration of this marquee's movement
    mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
    moveatleast: 2,
    neutral: 50,
    stopped: false

    });
    </script>
    Last edited by MichaelG; 09-17-2012 at 07:54 PM.

Similar Threads

  1. Image Crawler Script v1.5 and stationary image together?
    By mlegg in forum Dynamic Drive scripts help
    Replies: 17
    Last Post: 09-17-2012, 06:01 AM
  2. Text & Image Crawler Script Not Working
    By rwilson86 in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 02-23-2012, 03:04 AM
  3. Cross Browser Issues using jQuery Image Magnify with Text and Image Crawler
    By RelearningHTML in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-17-2011, 05:58 AM
  4. Resolved Start button on Image Crawler Script
    By akp in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 01-19-2010, 01:06 PM
  5. "Expando" Script, Combining w/ Image Swap
    By Kaptinn in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 03-21-2009, 03:20 PM

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
  •