Skip to content

Instantly share code, notes, and snippets.

@mrspeaker
Created January 22, 2011 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrspeaker/791552 to your computer and use it in GitHub Desktop.
Save mrspeaker/791552 to your computer and use it in GitHub Desktop.
oadingL: The Magnificent Marquee Throbber
#oadingL, #oadingL marquee {
font-size:1px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
}
<marquee id="oadingL" direction="right" bgcolor="#666" width="128" height="16">
<marquee direction="left" bgcolor="#555" width="64" height="16">
<marquee bgcolor="#111" width="32" height="16"></marquee>
<marquee bgcolor="#222" width="32" height="16"></marquee>
<marquee bgcolor="#333" width="32" height="16"></marquee>
<marquee bgcolor="#444" width="32" height="16"></marquee>
</marquee>
</marquee>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment