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;}