拉伸背景图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了拉伸背景图像相关的知识,希望对你有一定的参考价值。

  1. <!DOCTYPE html>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <title>Stretch background</title>
  4. <style type="text/css">
  5. html, body {
  6. height: 100%;
  7. margin: 0;
  8. padding: 0;
  9. font-family: Verdana, Geneva, sans-serif;
  10. font-size: 100%;
  11. color: #000;
  12. background-color: #FFF;
  13. }
  14.  
  15. img#bg {
  16. position:fixed;
  17. top:0;
  18. left:0;
  19. width:100%;
  20. height:100%;
  21. }
  22.  
  23. #content {
  24. position:relative;
  25. z-index:1;
  26. Margin: 20px;
  27. }
  28.  
  29. #content p {
  30. font-size:80%;
  31. font-weight: bold;
  32. }
  33.  
  34. #content h1 {
  35. color:#369;
  36. font-size:90%;
  37. font-weight: bold;
  38. }
  39.  
  40. </style>
  41.  
  42. <!--[if IE 6]>
  43. <style type="text/css">
  44. html { overflow-y: hidden; }
  45. body { overflow-y: auto; }
  46. #bg { position:absolute; z-index:-1; }
  47. #content { position:static; }
  48. </style>
  49. <![endif]-->
  50. </head>
  51.  
  52. <img src="images/stretchbg.jpg" alt="background image" id="bg" />
  53.  
  54. <div id="content">
  55.  
  56. Content goes here
  57.  
  58. </div>
  59.  
  60. </body>
  61. </html>
  62.  
  63. <!-- Original at http://www.texaswebdevelopers.com/examples/stretch-bg.asp -->

以上是关于拉伸背景图像的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 CSS 拉伸表格单元格的背景图像?

拉伸SVG背景图像?

Xcode Ipad 模拟器背景图像拉伸

在css中设置图片的背景图,怎么设置图片纵向拉伸

iPhone X 中的背景图像拉伸

背景图像在 Safari 中未正确拉伸