Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 96: Line 96:
.gaurav{
.gaurav{
-
width:100%;
+
width:100px;
-
height:100%;
+
height:100px;
position:absolute;
position:absolute;
top:0px;
top:0px;
left:0px;
left:0px;
 +
z-index:50;
}
}
.gauravbig{
.gauravbig{
Line 108: Line 109:
-webkit-transition:width 0.3s linear 0s;
-webkit-transition:width 0.3s linear 0s;
transition:width 0.3s linear 0s;
transition:width 0.3s linear 0s;
-
z-index:10;
+
z-index:51;
}
}
.gaurav:hover + .gauravbig{
.gaurav:hover + .gauravbig{
width:300px;
width:300px;
 +
}
}
</style>
</style>
</html>
</html>

Revision as of 15:59, 26 September 2014