æåãããããã¼ã«åºå®ããã¿ã¤ãã§ã¯ãªããã¹ã¯ãã¼ã«ãã¦ããéä¸ã§ããããã¼ãåºå®ãããæ¹æ³ã®ç´¹ä»ã§ããANTEPRIMAãIWCãªã©ãå¤ãã®Webãµã¤ãã§ä½¿ããã¦ãã¾ãã <script src="jquery.js"></script> <script> $(function(){ hTop = $('#header').offset().top; }); $(window).scroll(function () { if($(window).scrollTop() > hTop - 0) { $('#header').css('position', 'fixed'); $('#header').css('top', '0px'); }else{ $('#header').css('position', 'static'); } }); </script> #header ã«åºå®ããã

{{#tags}}- {{label}}
{{/tags}}