我正在处理this website,正如您所看到的,我对不同的网页有不同的标题。在其他页面中,标题,导航和徽标在滚动期间固定在顶部,但不在this page中。
是否可以通过JS在这个页面中修复它们?
答案 0 :(得分:0)
您必须将dslc-header元素的类设置为dslc-header-pos-fixed
<div id="dslc-header" class="dslc-header-pos-relative">
到
<div id="dslc-header" class="dslc-header-pos-fixed">