I need my marquee code to pause on mouse over and resume on mouse out. It is currently working correctly in Chrome but not functioning as intended in Firefox.
Here's the code snippet I'm using:
<marquee direction="up" onmouseover="this.stop();" onmouseout="this.start();">
<h4>Writing</h4>
<p class="content">Get a professional resume written by experts</p><br/>
<h4>Certifications</h4>
<p class="content">Exhibit your skills to catch the eyes of recruiters</p>
</marquee>