To get the width and height of your page, use jQuery's $(window).height() or $(window).width() . Again using jQuery, use $("html").offset().top ...
確定! 回上一頁