내 위치 : 스티커가 작동하지 않습니다. 내가 왜 그런지 모르겠다. 나는 이미 모든 것을 시도했다. 아래에는 HTML과 CSS 코드가 게시되어 있습니다.위치 : 헤더의 스티커가 작동하지 않습니다.
// Second
.app-secondheader {
height: 85px;
overflow: visible;
top: 0px;
background-color: #3B3B3B;
border-bottom: 4px solid #ED1C24;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
padding-left: 30px;
padding-right: 30px;
top: 0;
position: -webkit-sticky;
position: sticky;
}
<!-- Login -->
<nav>
<!-- Second -->
<div class="app-secondheader">
<div class="row">
<!-- Logo -->
<div class="pares-logo">
<a class="pares-logo-link" href="http://test.pares.de">
<img class="logo" src="./assets/img/logo.png" target="_blank" data-placement="top" data-title="" data-toggle="tooltip" title="" data-original-title="Logo" alt="MyLogo">
</a>
</div>
</div>
</div>
</nav>
정상을 넣어 당신이 텍스트를 넣어하려는 경우 CSS는 이해할 수 없다, 그래서 추락 얻을 것이다. 나는 그것을 삭제했다 – aillense
가능한 복제본 [ "Position : sticky;" CSS 및 HTML 작동 안 함] (https://stackoverflow.com/questions/43707076/position-sticky-not-working-css-and-html) – Manishh
죄송합니다. 최선을 다하고 있습니다. 나는 px 만 지웠다. 상단 : 0; 아직 서있다. 하지만 어쨌든 작동하지 않습니다 – aillense