Commit d2c9927d465f5811834af346a36b0d6674685f0d
1 parent
4d1e4b41
Exists in
master
and in
22 other branches
ActionItem965: making the transparency work on IE
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
public/stylesheets/blocks.css
| @@ -10,7 +10,11 @@ | @@ -10,7 +10,11 @@ | ||
| 10 | .invisible-block { | 10 | .invisible-block { |
| 11 | background: url(/images/hachure.png); | 11 | background: url(/images/hachure.png); |
| 12 | opacity: 0.25; | 12 | opacity: 0.25; |
| 13 | +} | ||
| 14 | + | ||
| 15 | +.msie .invisible-block { | ||
| 13 | filter: alpha(opacity=25); | 16 | filter: alpha(opacity=25); |
| 17 | + zoom: 1; | ||
| 14 | } | 18 | } |
| 15 | 19 | ||
| 16 | /* ie6 hack */ | 20 | /* ie6 hack */ |