Results 1 to 4 of 4

Thread: Cross browser marquee script

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

    Default Cross browser marquee script

    I copied the HTML code for the cross browser marquee script and it says it will work with both IE and Firefox, but for some reason it will not show up using firefox. Any suggestions or corrections I need to make to the script?
    tom

  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

    Do you have that problem with the demo page here on Dynamic Drive?

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by warrior11
    I copied the HTML code for the cross browser marquee script and it says it will work with both IE and Firefox, but for some reason it will not show up using firefox. Any suggestions or corrections I need to make to the script?
    tom
    If you mean: cross browser marquee script,
    http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm

    I also have a problem, with me the speed in Firefox (1.0.7) is far slower than in IE. I already see that in the DEMO on the description page.

    So first test how the demo looks in your browser, if it scrolls, than it should work in your page. But anyhow I think the script is not really cross-browser!

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Quote Originally Posted by berchris
    If you mean: cross browser marquee script,
    http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm

    I also have a problem, with me the speed in Firefox (1.0.7) is far slower than in IE. I already see that in the DEMO on the description page.
    You can change this line:

    Code:
    marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
    to:

    Code:
    marqueespeed=marqueespeed
    This will equalize the speed between Firefox and IE. Originally the code actually slows down the scroll speed in Firefox, as I was getting a much faster scroll in FF. Now for me both are rather close, but I guess not for you.

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
  •