Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
body、htmlが機能することもあれば、ウィンドウが機能することもあるため、これはよくわかりません。jQuery を使用して既に 2 つの Web ページ (ローカル) を作成しました。最初の本体ではhtmlが機能し、他の本体では機能しないため、ウィンドウを記述して機能させます。最初のWebページは、cssとjQueryのスクリプトを含むhtmlドキュメントであり、もう1つはWebですWordPress.org テーマ (自分のテーマ) に基づいたページ。
Body と Html は DOM オブジェクトであるため、スタイルを適用できます. この場合
height:100%
また
position:fixed;
その結果、html タグと body タグは移動しません。スクロールトップを常に 0 にする