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/AVvXsEiFxEx6VfQDZkXkeBW-nhS5Ax9zO-vOTezlHHDgIvzJVe0TQ7b4_o6lNZGYGsaGpIn2Cz_wWxDb7UGE7DXkjb8a4E4xiR3RAL6uUUwtaegzqL4AenvXm2vICtzOSQ8cGiEM-NxgW87px2Q/s1600/sunset-sunrise-btrix+(1).jpg" />
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNVdVn-h5YCL8hzM3YQplG61bOA3ViDLgej9lIfX2pA_MBv3jAmbIUGTSf5qigjAWw4u3Fh4jRs2_uNNbfqm_lU9hHxfzR66cOkaKv-MKkxBPOUXTc4b9MSI9smZPXkCltW-p1lRYHTlU/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/AVvXsEiFxEx6VfQDZkXkeBW-nhS5Ax9zO-vOTezlHHDgIvzJVe0TQ7b4_o6lNZGYGsaGpIn2Cz_wWxDb7UGE7DXkjb8a4E4xiR3RAL6uUUwtaegzqL4AenvXm2vICtzOSQ8cGiEM-NxgW87px2Q/s1600/sunset-sunrise-btrix+(1).jpg" />
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNVdVn-h5YCL8hzM3YQplG61bOA3ViDLgej9lIfX2pA_MBv3jAmbIUGTSf5qigjAWw4u3Fh4jRs2_uNNbfqm_lU9hHxfzR66cOkaKv-MKkxBPOUXTc4b9MSI9smZPXkCltW-p1lRYHTlU/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!
