From 6467d61ec91659f2af8176bf5ba3be60dbd83b45 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Fri, 28 Dec 2012 12:27:38 +0530 Subject: [PATCH] Fix the RGBA issue with IE<8 Closed issue #72 --- css/jquery.ime.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/jquery.ime.css b/css/jquery.ime.css index 0f1f3094..ef68fe89 100644 --- a/css/jquery.ime.css +++ b/css/jquery.ime.css @@ -1,5 +1,8 @@ .imeselector { position: absolute; + /* Fix rgba fallback bug - http://css-tricks.com/ie-background-rgb-bug */ + /* @embed */ + background: url('../images/ime-active.png') no-repeat 3px center #fff; /* @embed */ background: url('../images/ime-active.png') no-repeat 3px center rgba(255,255,255,0.75); cursor: pointer;