https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7c9042ed1194751d9488ca33384dd674ccc11406 authored by seabld on 25 February 2013, 02:14:22 UTC
Added tag SEAMONKEY_2_17b1_RELEASE for changeset FIREFOX_20_0b1_BUILD2. CLOSED TREE a=release
Tip revision: 7c9042e
336736-1b.html
<html>
<body>
<!-- The "alternate" behavior is necessary for the
     marquee text to start out on the screen.      -->
<marquee 
  direction="right" 
  scrollamount="0"
  behavior="alternate"
>
<div style="background: green; width: 50px">&nbsp;</div>
</marquee>
</body>
</html>
back to top