Difference between revisions of "Template:BIT-China"

Line 204: Line 204:
 
             if(header.css("position") != "fixed"){
 
             if(header.css("position") != "fixed"){
 
                 header.css({position:"fixed",top:"-70px"}).animate({
 
                 header.css({position:"fixed",top:"-70px"}).animate({
                     top:"0",width:"100%",marginTop:"0px"
+
                     top:"0",width:"100%",marginTop:"1.5em"
 
                 },100,"linear");
 
                 },100,"linear");
 
             }
 
             }
Line 214: Line 214:
 
             if(header.css("position") != "static"){
 
             if(header.css("position") != "static"){
 
                 header.animate({
 
                 header.animate({
                     top:"-70px",
+
                     top:"-70px",marginTop:"20px"
 
                 },100,"linear",function(){
 
                 },100,"linear",function(){
 
                     header.css({position:"static"})
 
                     header.css({position:"static"})

Revision as of 15:18, 9 November 2016

backtop