Advertisement
Guest User

Untitled

a guest
Mar 1st, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #footer, #sidebar-header {
  2. position: relative;
  3. background: #f5f5f5;
  4. }
  5. #footer:before, #footer:after, #sidebar-header:before, #sidebar-header:after {
  6. content: "";
  7. position: absolute;
  8. background: #f5f5f5; /* Match the background */
  9. top: 0;
  10. bottom: 0;
  11. width: 9999px; /* some huge width */
  12. }
  13. #footer:before, #sidebar-header:before {
  14. right: 100%;
  15. }
  16. #footer:after, #sidebar-header:after {
  17. left: 100%;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement