Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 121: Line 121:
/* move horizontal image */
/* move horizontal image */
-
.textblock img {
 
-
margin-left: 0px;
 
-
z-index:11;
 
-
position:absolute;
 
-
top:0px;
 
-
left:0px;
 
-
  width:300px;
 
-
  Height:130px;
 
-
  -webkit-transition: margin 1s ease;
 
-
    -moz-transition: margin 1s ease;
 
-
      -o-transition: margin 1s ease;
 
-
      -ms-transition: margin 1s ease;
 
-
          transition: margin 1s ease;
 
-
}
 
-
 
-
.textblock img:hover {
 
-
  margin-left: -300px;
 
}
}

Revision as of 12:36, 3 October 2014