【发布时间】:2017-10-13 03:46:40
【问题描述】:
我正在尝试添加一个粘性/固定条,它应该出现在移动屏幕宽度
以下是我试图浮动在带有固定标题的滚动条上的 div 的 CSS。
#hstickyfor_mobile {
z-index: 10000;
transform: translate3d(0, 0, 0);
position: fixed;
top: 100px;
width: 100%;
height: 100px;
}
谢谢
【问题讨论】:
标签: html css css-position