Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 213: Line 213:
margin-top: -2%;
margin-top: -2%;
width: 9%;
width: 9%;
 +
}
 +
 +
.nav:hover {
 +
transform: rotate(-15deg);
 +
-ms-transform: rotate(-15deg); /* IE 9 */
 +
-webkit-transform: rotate(-15deg); /* Safari and Chrome */
 +
-o-transform: rotate(-15deg); /* Opera */
 +
-moz-transform: rotate(-15deg); /* Firefox */
}
}
Line 381: Line 389:
$(window).resize(function() {
$(window).resize(function() {
$(".wrapper").height($(document).height()-200);
$(".wrapper").height($(document).height()-200);
-
});
 
-
 
-
//rotate module icons
 
-
$(".nav").hover(function() {
 
-
$(".nav img").display("none");
 
-
alert("entered");
 
});
});

Revision as of 14:40, 25 July 2014

Parallax Test

Parallax 2 Use arrow keys to move through slider -> I'll get mouse controls working in a bit
There's no parallax effect right now... It's giving me some trouble Also all the colors and images are temporary ->
General page layout coming soon ...and the hprac page that I keep forgetting to work on