Browse Source

Merge pull request #1414 from easy2luv/master

Drop-mask not working in IE (a CSS solution)
Igor Vaynberg 12 years ago
parent
commit
d2dc771197
1 changed files with 4 additions and 0 deletions
  1. 4 0
      select2.css

+ 4 - 0
select2.css

@@ -144,6 +144,10 @@ Version: @@ver@@ Timestamp: @@timestamp@@
     left: 0;
     top: 0;
     z-index: 9998;
+    /* styles required for IE to work */
+    background-color: #fff;
+    opacity: 0;
+    filter: alpha(opacity=0);
 }
 
 .select2-drop {