10/10/2018, 09:21
Để Background luôn on top !
Code:
background-color: #FFFFFF;
background-image: url('../../images/hoasigia.jpg');
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
Bài liên quan





background-position: top left;
Nhớ là giữa top và left có một khoảng trắng.
Cái trang bánh ú gì đó trông hay phết
Đầy đủ và nguyên văn bạn nên viết như sau:
html, body { background-attachment: fixed; background-repeat: no-repeat; background-position: top left; background-image: url('../../images/hoasigia.jpg'); }<body id="body_index">
<script>
document.getElementById('body_index').style.backgr ound = 'url(images/nen.jpg) no-repeat fixed top center';
</script>