วิธีการล้อกรูปโดยใช้ css ครับ

body {
	background-color: #FFCC66;
	background-image: url("butterfly.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
background-position: right bottom;
}

or

body{
       background: #FFCC66 url("butterfly.gif") no-repeat fixed right bottom;
}

Last 5 posts by aErOnz`

Leave a Reply