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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user