标签:
我们经常遇到这类情况的设计,如图:title 置顶,点击title(fixed固定) 跳到对应的锚点。 锚点默认跳到title被盖住,加各种padding-top margin-top 都没用,今天看到一个解决办法, 在“本周保养” 的title 添加 border-top:45px solid;margin-top:-45px; 导致出现其他问题稍微调下~~
解决锚点固定某一个位置
原文地址:http://www.cnblogs.com/sasaqx/p/4911797.html