Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
e0571a888e
|
@ -49,6 +49,7 @@
|
|||
}
|
||||
$("#floatpoint").css("top",YY);
|
||||
}
|
||||
//$("#floatpoint").css("left",screen_width/2+body_width/2+5);
|
||||
$(document).ready(function(){var body_width = $("#top-menu").width(); $("#floatpoint").css("left",screen_width/2+body_width/2+10);});
|
||||
function change_size(){var body_width = $("#top-menu").width(); $("#floatpoint").css("left",screen_width/2+body_width/2+10);}
|
||||
$(document).ready(function(){change_size();});
|
||||
$(window).resize(function(){screen_width = $(window).width();change_size();});
|
||||
</script>
|
Loading…
Reference in New Issue