fix IE8 transparent background

This commit is contained in:
Morris Jobke 2013-12-07 17:03:53 +01:00
parent 1dc9998920
commit 3444c15b86
1 changed files with 5 additions and 0 deletions

View File

@ -58,3 +58,8 @@
.ie9 #navigation {
width: 100px;
}
/* IE8 isn't able to display transparent background. So it is specified using a gradient */
.ie8 #nojavascript {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000'); /* IE */
}