Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Javascript

คุณสมบัติชวเลขเพื่อตั้งค่าพื้นหลังใน CSS


คุณสามารถใช้คุณสมบัติพื้นหลังเพื่อตั้งค่าคุณสมบัติพื้นหลังทั้งหมดพร้อมกันได้ เช่น ตำแหน่งรูปภาพพื้นหลัง ทำซ้ำ ฯลฯ:

ตัวอย่าง

<html>
   <head>
   </head>
   <body>
      <p style = "background:url(/images/pattern1.gif) repeat fixed;">
         This parapgraph has fixed repeated background image.
      </p>
   </body>
</html>