Advertisement
Guest User

Untitled

a guest
Jun 26th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. .promotional_outer {
  2.     background-color: #8fcbe5;
  3.     width: 100%;
  4.     overflow: auto;
  5.     margin: 0px auto;
  6.     clear: both;
  7.     /* below here is new */
  8.     position: absolute;
  9.     left: 0;
  10. }
  11. .footer {
  12.     text-align: center;
  13.     clear: both;
  14.     padding-top: 3px;
  15.     margin-top: 40px;
  16.     margin-bottom: 40px;
  17.     color: #999999;
  18.     font-size: 12px;
  19.     float: left;
  20.     width: 1150px;
  21.     /* below here is new */
  22.     position: absolute;
  23.     z-index: 10;
  24.     bottom: -142px;
  25.     overflow: hidden;
  26.     height: 130px;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement