0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

position:stickyが効かなかった話

Posted at

webサイトを制作していたときstickyがうまく機能しなくて少し困ったので備忘録用に共有します。

失敗した原因

stickyに設定したclassもしくはタグに、topの記述をしていない。

image.png

表示(失敗ver)

スクリーンショット 2023-10-26 122817.png

正しい記述

先ほどのプログラムにtopとleftを追加してあげる(leftはなくても動くが念のために記述)

image.png

表示(成功ver)

image.png

今回から学ぶ教訓
positionを指定したらtopとleftの記述をする!!

以上!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?