1 [CODE] 2 chữ chúc tết 2 bên trái và phải diễn đàn 5/1/2013, 14:46
Gió Vô Cảm
Administrator
Demo:
Cách làm: chèm vào footer_end:
Cách làm: chèm vào footer_end:
- Code:
<div class="bg_header_left"></div>
<div class="bg_header_right"></div>
<style>
.bg_header_right {
width: 180px;
height: 620px;
background: url(http://svlamnghiep.com/images/banner_header_right.png) no-repeat;
position: fixed;
right: 0;
top: 0;
z-index: 0;
}.bg_header_left {
width: 180px;
height: 620px;
background: url(http://svlamnghiep.com/images/banner_header_left.png) no-repeat;
position: fixed;
left: 0;
top: 0;
z-index: 0;
}</style>