Created
January 22, 2011 22:14
-
-
Save mrspeaker/791552 to your computer and use it in GitHub Desktop.
oadingL: The Magnificent Marquee Throbber
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#oadingL, #oadingL marquee { | |
font-size:1px; | |
-moz-border-radius:16px; | |
-webkit-border-radius:16px; | |
border-radius:16px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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