home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 April / PCWorld_2003-04_cd.bin / Novinky / interval / podklady / fridrich / 257 / newsticker-illustrated.css < prev    next >
Cascading Style Sheet File  |  2003-02-25  |  333b  |  22 lines

  1. ul.newsTicker {
  2.     border: 1px solid #000;
  3.     height: 1.5em;
  4.     list-style: none;
  5.     padding: 0;
  6.     margin: 0;
  7.     position: relative;
  8.     width: 300px;
  9. }
  10. ul.newsTicker li {
  11.     padding: 0;
  12.     margin: 0;
  13.     position: absolute;
  14.     white-space: nowrap;
  15.     border: 1px solid #0f0;
  16. }
  17.  
  18. #pokus {
  19.     position: absolute;
  20.     top: 100px;
  21.     left: 300px;
  22. }