- 2009-01-29 (木) 15:32
- CSS
filter: alpha(opacity=35);
-moz-opacity:0.35;
opacity:0.35;
IE向けに
filter:alpha(opacity=透明度);
100・・・100%(不透明) 0・・・0%(透明) 35・・・35%
Firefox向けに
-moz-opacity:.透明度;
1・・・100%(不透明) 0・・・100%(透明) 0.35・・・35%
safari・opera
opacity:透明度;
1・・・100%(不透明) 0・・・100%(透明) 0.35・・・35%
- Newer: iPhone シミュレータ
- Older: adobe spryのタブつきパネル マウスオーバーでタブを切り替える
Comments:0
Trackbacks:0
- Trackback URL for this entry
- http://www.coral-design.net/css/340.html/trackback
- Listed below are links to weblogs that reference
- opacity ブラウザ対応 from WEB制作のメモ帳 - coral design
















