1. Đăng nhập vào tài khoản Blogger
2. Vào phần Mẫu (Template)
3. Chọn chỉnh sửa HTML (Edit HTML)
4. Chèn tiếp code CSS bên dưới vào trước thẻ ]]></b:skin>
a.nowandthen{
position:relative;
display: block;
overflow:hidden;
cursor: pointer;
width: 650px;
height: 434px;
}
a.nowandthen img{
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 2;
clip: rect(0,650px,434px,0);
}
a.nowandthen img:nth-of-type(2){
z-index: 1;
}
a.nowandthen:hover img:nth-of-type(1){
clip: rect(0,0,434px,0);
opacity: 0;
}
5. Save template lại và trở về phần bố cục (Layout)position:relative;
display: block;
overflow:hidden;
cursor: pointer;
width: 650px;
height: 434px;
}
a.nowandthen img{
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 2;
clip: rect(0,650px,434px,0);
}
a.nowandthen img:nth-of-type(2){
z-index: 1;
}
a.nowandthen:hover img:nth-of-type(1){
clip: rect(0,0,434px,0);
opacity: 0;
}
6. Thêm 1 HTML/Javascript và thêm vào code bên dưới
<a class="nowandthen" href="http://www.traidatmui.com/">
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_pTkJty-_5HwW7jqXLflVls4tVibyKRmN7RpmawYtZQITFx_ifrUMDX7Q9n68Xjq5tYK7fjohPRBoy3T4YtzleS-3OzVeDcebLF2HZ8YFtQmffAGIwnQL-FUOKgbMj-4LNiBq4x0eCHY/s1600/sunset-sunrise-btrix+(1).jpg" />
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcOxgdJQ2s_G1hKeo6ZQuy6DJrE1YobqGgubjkdmPItm-EVqhZBZQo18dY2Ox-T_Cb3oaxYipL4RfdXBnYc_3xK14jNMOiSJeuoCCsD8qwAn-NfwdgK4IL-QXEgwsZoUZnACAExp3_n0A/s1600/sunset-sunrise-btrix+(2).jpg" />
</a>
7. Cuối cùng save tiện ích lại<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_pTkJty-_5HwW7jqXLflVls4tVibyKRmN7RpmawYtZQITFx_ifrUMDX7Q9n68Xjq5tYK7fjohPRBoy3T4YtzleS-3OzVeDcebLF2HZ8YFtQmffAGIwnQL-FUOKgbMj-4LNiBq4x0eCHY/s1600/sunset-sunrise-btrix+(1).jpg" />
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcOxgdJQ2s_G1hKeo6ZQuy6DJrE1YobqGgubjkdmPItm-EVqhZBZQo18dY2Ox-T_Cb3oaxYipL4RfdXBnYc_3xK14jNMOiSJeuoCCsD8qwAn-NfwdgK4IL-QXEgwsZoUZnACAExp3_n0A/s1600/sunset-sunrise-btrix+(2).jpg" />
</a>
Chúc bạn thành công!
Nguồn : traidatmui.com
Copy : CGC Blog
Khi copy, các bạn nhớ ghi rõ nguồn gốc. Xin chân thành cảm ơn!