30/12/11

Code Tutorial | background-image (fixed) CSS


Code arahan background jenis gambar untuk template blogspot aku kurang pass.. dan malas mau hafal.. hahaha.. jadi aku buat entri ni untuk rujukan bersama..

Pada entri ni aku gunakan code background jenis fixed(tetap),sesuai untuk background gambar yang besar macam kapal terbang..

code css background image



background-image: url(http://fc06.deviantart.net/fs6/i/2005/105/3/e/Venom_by_jFury.jpg); background-color:#000; background-position: center; background-repeat: no-repeat; background-attachment: fixed;



contoh penggunaan :



body {
background-image: url(http://fc06.deviantart.net/fs6/i/2005/105/3/e/Venom_by_jFury.jpg); background-color:#000; background-position: center; background-repeat: no-repeat; background-attachment: fixed;
}


live demo anda boleh tengok pada entri ni.. gambar background tu pegun walaupun anda scroll ke bawah



Sekian

entri ja

Related Posts Plugin for WordPress, Blogger...