Results 1 to 2 of 2

Thread: Image Crawler IE8 - 2 marquees

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

    Default Image Crawler IE8 - 2 marquees

    1) Script Title:
    Text and Image Crawler

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...wler/index.htm

    3) Describe problem:

    Hello all, we have used the crawler.js on two places on our site. Its works fine in IE6, 7 and FF.

    In IE8 it seems to be freezing / not working - browser hangs and we are not sure what the problem is.

    The address is here:

    http://monzamedia.cybersecure.co.za/miton/ (choose a country) then accept the terms and conditions.

    I'm not sure if perhaps another script / library is causing problems / conflicts?

    Please any help or advice is greatly appreciated.

    thanks in advance
    Last edited by jscheuer1; 07-16-2010 at 01:22 PM. Reason: fix broken link

  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 noticing the browser hanging. I do notice some indecision as to whether or not to pause onmouseover of the top crawler in IE 8.

    I'm pretty sure neither of these is the problem, but it never hurts to try, either one or both might actually be relevant to what I noticed:

    1. When using false for the mouse property (from your source code, both crawlers):

      Code:
                      mouse: 'false', //mouseover behavior ('pause' 'cursor driven' or false)
      It should not be quoted. Remove the quotes.


    2. The class name for the crawler division should be marquee, not marquee2 as you have it (again from your source code, both crawlers):

      Code:
      <div class="marquee2" id="mycraw . . .
    - John
    ________________________

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

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
  •