background-repeat מגדירה לדפדפן האם ואיך להכפיל את תמונת הרקע באלמנט, כאשר זה האחרון גדול מהתמונה.
התכונה מקבלת אחד מהערכים:
- repeat-x - תכפיל את התמונה לאורך ציר הX של האלמנט (לרוחב הדף).
- repeat-y - תכפיל את התמונה לאורך ציר הY של האלמנט (לאורך הדף).
- no-repeat - לא תכפיל את התמונה.
השורה הבאה תיצור טור אדום לצידו הימני של המסך:
body{background-image: url(images/red.gif);
background-position:rightright top;
background-repeat:repeat-y;}
Value | Description |
repeat | Default. The background image will be repeated vertically and horizontally |
repeat-x | The background image will be repeated horizontally |
repeat-y | The background image will be repeated vertically |
no-repeat | The background-image will be displayed only once |
אין תגובות:
הוסף רשומת תגובה