エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Fixing IE's Opacity Inheritance
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Fixing IE's Opacity Inheritance
<div style='opacity: 0.5; filter: alpha(opacity=50);'> All of this text should have a 50% opacity... <div style='opacity: 0.5; filter: alpha(opacity=50);'> All of this text should have a 50% opacity... <div style='position: relative'>But this line displays at full opacity in IE7 and IE8.</div> <div style='position: absolute'>And this line displays at full opacity in IE7, IE8 and IE9.</div> </div> This bug is triggered when the child element has any position other than static, regardless of the pa

