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
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
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
If you mean: cross browser marquee script,Originally Posted by warrior11
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!
You can change this line:Originally Posted by berchris
to:Code:marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
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.Code:marqueespeed=marqueespeed
Bookmarks