is it just me or does firefox not register the "pause when mouse is hovering on marque" code properly anymore? It stops all weirdly now and I don't know how to fix it, any help would be appreciated!
It's likely because you're using inline JS, which isn't secure. Might also be because the tag is outdated in general, so Firefox may just not render it correctly anymore. I would suggest using CSS to animate it, and then proper JS script to create an event to stop on mouseover. Good luck!
is it just me or does firefox not register the "pause when mouse is hovering on marque" code properly anymore? It stops all weirdly now and I don't know how to fix it, any help would be appreciated!
It's likely because you're using inline JS, which isn't secure. Might also be because the tag is outdated in general, so Firefox may just not render it correctly anymore. I would suggest using CSS to animate it, and then proper JS script to create an event to stop on mouseover. Good luck!
Now fixed! Ty for the help with that! Much appreciated :-]