[css] 讓anchor可以在fix header底下

.anchor{
        display: block;
        height: 75px; /*same height as header*/
        margin-top: -75px; /*same height as header*/
        visibility: hidden;
    }



<span class="anchor" id="<?= $val ?>"></span>
<h2 class='title30 grey mb10' ><?= $vkey ?></h2>
<p class='Mtitle grey mb5'>...</p>
<p class='small red mb0'>...</p>

利用height等於navbar header的高度
然後再用margin-top等於負的navbar header的高度
然後在h2前面放一個span.anchor
就可以在網頁版看不出來, 手機版的anchor卻可以正確地在header底下出現

留言

這個網誌中的熱門文章

[翻譯] 介紹現代網路負載平衡與代理伺服器

Grafana K6

Linux 事件驅動筆記