From 27f6c0198ad78ff4ff82491432c5966aec467755 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Fri, 1 Mar 2013 08:48:13 -0800 Subject: [PATCH] fix dropdown mask in ie7/8. fixes #926 --- select2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/select2.css b/select2.css index aef77ee6..82609276 100644 --- a/select2.css +++ b/select2.css @@ -120,6 +120,10 @@ Version: @@ver@@ Timestamp: @@timestamp@@ top: 0; z-index: 9998; opacity: 0; + filter: "alpha(opacity=0)"; /* expected to work in IE 8 / + filter: alpha(opacity=0); / IE 4-7 */ + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */ + background-color: #fff; } .select2-drop {