2013年12月12日 星期四

[CSS]改變背景

<style>
body
{
background-image:url('AED.jpg'); //抓入圖片
background-attachment:fixed;           //捲動圖固定
background-position:center;             //可設定位置
background-repeat:no-repeat;        //是否重複
background-size:1100px 800px;      //圖大小
}
</style>

沒有留言:

張貼留言