| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .bulletin {
- background: none repeat scroll 0 0 #000000;
- bottom: 0;
- left: 0;
- box-shadow: 10px 0 5px #000000;
- opacity: 0.6;
- filter: alpha(opacity=60);
- position: fixed;
- width: 100%;
- z-index: 9999;
- }
- .bulletin ul {
- position: absolute;
- float: left;
- margin: 0 0 0 30px;
- height: 23px;
- overflow: hidden;
- left: 0;
- right: 20px;
- background: url(bulletin.gif) no-repeat;
- }
- .bulletin li {
- position: absolute;
- top: -999em;
- left: 25px;
- display: block;
- white-space: nowrap;
- }
- .bulletin a {
- height: 23px;
- line-height: 23px;
- text-decoration: none;
- color: #ffffff;
- }
- .bulletin .close {
- float: right;
- margin-right: 10px;
- z-index: 1001;
- }
|