IE8 specific fix for opacity. r=erilem (closes #3431)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-08-10 08:04:53 +00:00
parent 92546caa9e
commit b0e2a0cc56
3 changed files with 27 additions and 4 deletions

View File

@@ -14,6 +14,15 @@ div.olLayerDiv {
-khtml-user-select: none;
}
/* TODO remove the two style definitions below when we drop support for IE8 */
div.olLayerDiv.ie8-opacity-hack {
width: 9999px !important;
height: 9999px !important;
}
div.olLayerDiv.ie8-opacity-hack div, .ie8-opacity-hack img.olTileImage {
filter: inherit;
}
.olLayerGoogleCopyright {
left: 2px;
bottom: 2px;