fix alpha(opacity=n) support

This commit is contained in:
Alexis Sellier
2011-05-27 18:20:27 -04:00
parent b043fd4507
commit b68dbcf55f
6 changed files with 14 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ p + h1 {
background-image: url(images/image.jpg);
background: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
margin: ;
filter: alpha(opacity=100);
}
#important {
color: red !important;

View File

@@ -19,3 +19,6 @@
.variable-names {
name: 'hello';
}
.alpha {
filter: alpha(opacity=42);
}