Skip to content

Commit

Permalink
Fix the RGBA issue with IE<8
Browse files Browse the repository at this point in the history
Closed issue wikimedia#72
  • Loading branch information
santhoshtr committed Dec 28, 2012
1 parent 875474f commit 6467d61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/jquery.ime.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 6467d61

Please sign in to comment.