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.
このサイトのようなサイドボタンを自分のWebサイトに埋め込む方法を教えてもらえますか。
また、移動できないチャットボックスを備えたサイトもいくつか見ました。誰か教えてもらえますか?
position:fixedCSSの属性を参照していると思います。
position:fixed
画面上の所定の位置にロックされ、ページがスクロールしても移動しません。
埋め込むには、を使用するだけ<div style="display:block; z-index:999; position:fixed; top:0px; height:100px;">Content</div>で、コンテンツは画面の左側に 100 ピクセル下に表示されます。
<div style="display:block; z-index:999; position:fixed; top:0px; height:100px;">Content</div>
z-indexとdisplayは、それぞれレイヤーとラッピングを指定するための属性です。
z-index
display