Advertisement
Guest User

Untitled

a guest
Feb 24th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. CSS:
  2. html{
  3. background-image:url('images/bottom.png');
  4. background-repeat:repeat-x;
  5. background-position:left bottom;}
  6. #footer
  7. {
  8.     height:135px;
  9.     text-align: center;
  10.  
  11.  
  12. }
  13. #container
  14. {
  15.     margin: 0;
  16.     width: 1024px;
  17.     background:#fff;
  18. }
  19. #top{
  20.     background-image: url("images/top_bg.png");
  21.     height:51px;
  22. }
  23. HTML
  24. <div id="container">
  25. <div id="top"></div>
  26. <div id="footer"></div>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement