:target
target擬似クラスはURLのハッシュフラグメント(#)と同じid属性を持つ要素を選択できるセレクタです。
div:target{
background:red;
}
ユーザーによるハッシュフラグメントの切り替えにより、スタイルを変更するなどのダイナミックな操作も可能です。
参考URL
6.6.2. The target pseudo-class :target
登録日 : 2013年06月09日 最終更新日 : 2013年6月9日
同じカテゴリー(Selector)のエントリー
- 兄弟セレクタ
- 隣接セレクタ
- 子セレクタ
- :not()
- idセレクタ
- classセレクタ
- ::after
- ::before
- ::first-letter
- ::first-line
- :indeterminate
- :checked
- :disabled
- :enabled
- :lang()
- :target
- :focus
- :active
- :hover
- :visited
- :link
- :empty
- :only-of-type
- :only-child
- :last-of-type
- :first-of-type
- :last-child
- :first-child
- :nth-last-of-type()
- :nth-of-type()
- :nth-last-child()
- :nth-child()
- :root
- 属性セレクタ
- 子孫セレクタ
- 要素セレクタ
- ユニーバサルセレクタ