Accommodations for IE.

This commit is contained in:
Tim Schaub
2012-03-02 22:11:40 -07:00
parent b9b471f57b
commit 45b9c48c43
2 changed files with 11 additions and 6 deletions

View File

@@ -445,14 +445,19 @@ div.olControlZoom a {
text-decoration: none;
text-align: center;
height: 22px;
width: 15px;
line-height: 22px;
background-color: #4d4d4d; /* fallback for IE */
background-color: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 255, 255, 0.6);
background: #666666; /* fallback for IE - IE6 requires background shorthand*/
background: rgba(0, 0, 0, 0.3);
border: 1px solid;
border-color: #ffffff; /* fallback for IE */
border-color: rgba(255, 255, 255, 0.6);
filter: alpha(opacity=60);
}
div.olControlZoom a:hover {
background-color: #7f7f7f; /* fallback for IE */
background-color: rgba(0, 0, 0, 0.5);
background: #444444; /* fallback for IE */
background: rgba(0, 0, 0, 0.5);
filter: alpha(opacity=80);
}
a.olControlZoomIn {
border-radius: 5px 5px 0 0;