Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
Line 131: Line 131:
bottom: 0px;
bottom: 0px;
-
-webkit-transition: bottom 0.2s,; ease-out;
+
-webkit-transition: bottom 0.2s; ease-out;
-
transition: bottom 0.2s,; ease-out;
+
-moz-transition: bottom 0.2s; ease-out;
 +
-ms-transition: bottom 0.2s; ease-out;
 +
-o-transition: bottom 0.2s; ease-out;
 +
transition: bottom 0.2s; ease-out;
}
}
.footer:hover {
.footer:hover {
position: fixed;
position: fixed;
-
bottom: -20px;
+
bottom: -50px;
}
}
.PLASMENU {
.PLASMENU {

Revision as of 00:31, 8 July 2014