【发布时间】:2013-08-31 19:46:09
【问题描述】:
我的固定标题与我的内容重叠。 很像这里 (Position fixed content overlapping problem)
但我的标题是动态的,所以有时高度不总是 50 像素,有时是 52、100 ...
【问题讨论】:
-
我们需要一些编码..
-
<div style="postion: fixed; width: 100%; top: 0px;">Nav herer</div> <div>Content here</div> -
我认为这个问题需要一个“javascript”标签。