Code trang trí hình ảnh Giáng sinh (Noel) hiển thị bên trái, bên phải & bên dưới màn hình rất đẹp cho website, bạn sao chép đoạn code trong khung dán vào trang header, footer hay bất cứ trang index nào bạn muốn hiển thị những thẻ này. Bạn hãy thay thế những link hình ảnh mặc định của mình bằng đường link hình ảnh mà bạn muốn chúng hiển thị.
<style type="text/css">
body{
padding-bottom:20px
}
#screen_left{
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0}
#screen_right{
display: none;
position: fixed;
z-index: 9999;
top: 0;
right: 0}
#screen_footer{
display: none;
position: fixed;
z-index:9999;
bottom: -50px;
left: 0;
width: 100%;
height: 104px;
background:url(http://utnhan.wap.sh/wapmaster/photo/ft.png) repeat-x bottom left}
#screen_bottom_left{
display:none;
position:fixed;
z-index:9999;
bottom:20px;
left:20px}@media (min-width: 992px){#screen_left,#screen_right,#screen_footer,#screen_bottom_left{display:block}}
</style>
<img id="screen_left" src="http://utnhan.wap.sh/wapmaster/photo/topleft.png"/>
<img id="screen_right" src="http://utnhan.wap.sh/wapmaster/photo/topright.png"/>
<div id="screen_footer"></div>
<img id="screen_bottom_left" src="http://utnhan.wap.sh/wapmaster/photo/bottomleft.png"/>