CSS/gifu/main

From 2014.igem.org

(Difference between revisions)
Line 356: Line 356:
}
}
-
#factory {
+
.factory {
   position:fixed;
   position:fixed;
   bottom:15px;
   bottom:15px;
Line 366: Line 366:
   width:150px;
   width:150px;
   visibility:visible;
   visibility:visible;
 +
  cursor:pointer;
   }
   }
Line 372: Line 373:
$(function(){
$(function(){
-
$("#factory").click(function(){
+
$(".factory").click(function(){
$("body,html").animate(
$("body,html").animate(
{scrollTop:0},800);
{scrollTop:0},800);

Revision as of 04:24, 18 September 2014

GO TOP!
factory1