Hacker News new | ask | show | jobs
by h2s 4733 days ago
I think I can best express what I think of it in code.

     <marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">
It's certainly a nice implementation of what it's supposed to be an implementation of. But it's effectively just a resurrection of the <marquee> tag.