Advertisement
Guest User

[Marquee] marquee-style.txt

a guest
Jan 9th, 2014
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. #support
  2. {
  3.     overflow: hidden;
  4. }
  5.  
  6. /* mousecap */
  7. #support > div
  8. {
  9.     float: left;
  10.     width: 100%;
  11. }
  12.  
  13. /* marquee */
  14. #support > div > div
  15. {
  16.     position: relative;
  17.     float: left;
  18. }
  19.  
  20. /* startButton */
  21. #support > button
  22. {
  23.     clear: left;
  24.     display: block;
  25.     min-width: 10em;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement