main

post

tutorlist

my blog




[Hover the sample]

Blogskin/Classic template :
1. paste the codes after </style>

Simple template :
1. Layout > Add a gadget > HTML/JavaScript
2. paste the codes into HTML/JavaScript
<style>
img{
margin-top: 0px;
}
img:hover {
border-radius:1000px 1000px 0px 1000px ;
opacity:0.1;
-webkit-transition: all 2.0s ease;
-moz-transition: all 2.0s ease;
-o-transition: all 2.0s ease;
}
</style>