Add opacity values for gUnavailable in IE with the filter attribute.

This commit is contained in:
Chad Kieffer
2009-01-25 20:28:07 +00:00
parent 09e7f63d73
commit be2b1b6400

View File

@@ -4,3 +4,12 @@
#gHeader {
zoom: 1;
}
.gUnavailable {
filter: alpha(opacity=40);
}
.gUnavailable:hover {
filter: alpha(opacity=100);
}