エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
IE8以前のalpha属性に関して。 さて、以下のhtmlソース。どう動くだろうか。 <html> <style> .filter{ f... IE8以前のalpha属性に関して。 さて、以下のhtmlソース。どう動くだろうか。 <html> <style> .filter{ filter: alpha(opacity=25); -moz-opacity:0.25; opacity:0.25; } .filter2{ filter: alpha(opacity=25); -moz-opacity:0.25; opacity:0.25; width:200px; } .pos{ position:relative; } </style> <div class="filter"><img src="./hoge.jpg"></div> <div class="filter2"><img src="./hoge.jpg"></div> <div class="filter2"><img class="pos" src="./hoge.j