Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试了又试,但我找不到一些在页面上为我提供浮动/粘性框的插件。就像那些粘在左侧并浮动的粘性社交图标/书签。我怎样才能做到这一点?
你可以在没有插件的情况下做到这一点。只需在要粘的元素上使用 position:fixed 即可。
your-element {position:fixed; top:10px; left:100px;}