Nếu bạn dự định làm một blog xem tivi thì thủ thuật này rất hữu ích, hiện nay có khá nhiều trang đang áp dụng thủ thuật này. Với thủ thuật blogger này thì blog của bạn nhìn sẽ thực sự giống một rap chiếu phim tại nhà. Cùng thiết kế website thật hiệu quả nào.
1- Đăng nhập vào Blog
2- Vào Thiết Kế (Mẫu)
3- Chọn Chỉnh sửa HTML
4- Dán đoạn code sau vào trước thẻ đóng </head>:
<script charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.jshttp://thietkewebplus.googlecode.com/files/jquery.min.jstype="text/javascript"></script>
*Nếu blog bạn đã có file JQuery.js rồi thì có thể bỏ qua bước 4 này.
5. Bấm Lưu Mẫu (save template) lại.
6- Tạo 1 widet HTML/Javarscip và dán đoạn code sau vào:
7. Bấm Lưu Mẫu (save template) lại.<style>
.lightSwitcher {
z-index:113;
padding:0;
margin:0;
color:#99FF33;
outline:none;
text-decoration:none;
}
.lightSwitcher:hover, .lightSwitcher:active, .lightSwitcher:link, .lightSwitcher:visited {
text-decoration:underline;
color:#99FF00;
}
#command {
z-index:113;
position:relative;
padding:0;
margin:0px;
text-align:center;
}
#shadow {
background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3hbxdZodyzzgq7XM4m-Z-bMkvalHX6kVY9VVIGSLc4XNv3IpEegSNQPZvlVUyTRi_6Ho7ad89cmlEo4vqUzDbkjhVxVgWuFByNpOZ8eewNNyz2d46BCWGj0ryK5_2eFyLHSjl2IG96Pgl/s1600/shade-namkna-blogspot.com.png');
left:0;
top:0;
width:100%;
z-index:100;
position:absolute;
height: 677px;
display: none;
}
.turnedOff {
color:#ffff00;
}
</style>
<script type='text/javascript'>
$(document).ready(function(){
$("#shadow").css("height", $(document).height()).hide();
$(".lightSwitcher").click(function(){
$("#shadow").toggle();
if ($("#shadow").is(":hidden"))
$(this).html("Tắt Đèn ").removeClass("turnedOff");
else
$(this).html("Bật Đèn ").addClass("turnedOff");
});
});
</script>
<div id="command"><a class="lightSwitcher" href="#">Tắt Đèn</a></div>
<div id="shadow" ></div>
0 nhận xét:
Đăng nhận xét