圖片絕對定位

<html>
<head>
<style type="text/css">
body
{
background-image: url('/i/eg_bg_03.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: -9px -9px;
}
</style>
</head>

<body>
<p><b>註釋:</b>爲了在 Mozilla 中實現此效果,background-attachment 屬性必須設置爲 "fixed"。</p>
</body>
</html>

發佈了54 篇原創文章 · 獲贊 4 · 訪問量 10萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章