0
我已經閱讀了一些其他答案,但仍然無法獲得正確的設置。Bootstrap Affix底部不滾動備份
columsheader不會再次開始向上滾動。
這裏是我的PHP:
<div id="columnsHeader" class="affix" data-offset-top="800" data-offset-bottom="400" data-spy="affix">
這裏是我的CSS:
.itemList {
position: relative;
}
.extrafieldscolumnsHeader {
position: absolute;
top: -25px;
width: 818px;
color:white;
min-height: 28px;
padding-top: 5px;
padding-left:8px;
}
#columnsHeader.affix {
border-top: 40px solid #FFFFFF;
position: fixed;
top: 43px;
width: 818px;
}
#columnsHeader.affix-bottom {
position: absolute; /* Start scrolling again. */
top: auto; /* Override the top position above. */
bottom: 55px; /* It should stop near the bottom of its parent. */
}
這裏是臨時網址:
http://108.163.203.210/~goodwin/xjoomla/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=12&Itemid=143
什麼你的意思是?我檢查了鏈接,我不知道什麼是錯的。也許我不明白這個問題。 –
@AdrianEnriquez感謝您瀏覽它。一直向下滾動,並確保您的瀏覽器高度足夠短以觸發底部粘貼。當您向後滾動時,標題欄不會向上滾動。 – modernmagic
它仍然陷在粘貼底部, – modernmagic