1
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?

【CSS】非表示になっているセレクタのデータを取得する visibility: hiddenとposition: absoluteを組み合わせる

Last updated at Posted at 2024-11-06

要素が見えなくなり、レイアウト上のスペースも取らないという効果を得られます。これにはいくつかのメリットがあります。

要素を非表示にしながら、スペースを開けない

display: none;とは違い、要素自体はDOMに残るため、JavaScriptでサイズを取得したり、後から簡単に表示したり操作できる

1
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
1
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?