エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Which CSS properties create a stacking context?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Which CSS properties create a stacking context?
I'm studying about stacking contexts and doing some tests with the properties that create a stack... I'm studying about stacking contexts and doing some tests with the properties that create a stacking context. I did several tests and found that, in addition to z-index, of course, the following properties also create a stacking context: transform other than none; opacity other than 1; And perspective. Are there other properties that apply a stacking context?

