當前位置:編程學習大全網 - 腳本源碼 - css背景圖片代碼

css背景圖片代碼

寫css背景圖片代碼可以參考以下:

<html>

<head>

<styletype="text/css">

body{background-image:url(abc.jpg);}

</style>

</head>

<body>

</body>

</html>

擴展資料:

1、背景圖片語法:{background-image:url(url)|none}?

2、背景固定語法:{background-attachment:fixed|scroll}?

3、背景重復語法:{background-repeat:inherit|no-repeat|repeat|repeat-x|repeat-y}?

4、背景定位語法:{background-position:數值|top|bottom|left|right|center}?

百度百科-CSS語法

  • 上一篇:js控制壹個div移動,當鼠標移動到該div上停止移動,我只做出了移動,求大神指導停止。
  • 下一篇:如何把avi格式轉換成mp3格式?
  • copyright 2024編程學習大全網