Advertisement
Guest User

Untitled

a guest
Jan 24th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <title></title>
  6.  
  7. <style>
  8.  
  9. img.bg {
  10. /* Set rules to fill background */
  11. min-height: 100%;
  12. min-width: 1024px;
  13.  
  14. /* Set up proportionate scaling */
  15. width: 100%;
  16. height: auto;
  17.  
  18. /* Set up positioning */
  19. position: fixed;
  20. top: 0;
  21. left: 0;
  22. }
  23.  
  24. @media screen and (max-width: 1024px){
  25. img.bg {
  26. left: 50%;
  27. margin-left: -512px; }
  28. }
  29.  
  30. #page-wrap { position: relative; width: 478px; }
  31. p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; }
  32. </style>
  33. </head>
  34.  
  35. <body>
  36.  
  37. <img src="images/bg.jpg" class="bg">
  38.  
  39. <div id="page-wrap"><a href="nonflash.html"><img src="images/bg_header.jpg" width="478" height="111" border="0"></a></div>
  40.  
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement