alecpl
2009-06-03 1ae1d85ce493f9cc0a978038f65bbf69dc51acb0
- use -ms-filter for IE8 opacity


2 files modified
5 ■■■■ changed files
program/include/rcube_template.php 2 ●●● patch | view | raw | blame | history
skins/default/iehacks.css 3 ●●●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -374,7 +374,7 @@
        // add debug console
        if ($this->config['debug_level'] & 8) {
            $this->add_footer('<div style="position:absolute;top:5px;left:5px;width:405px;padding:2px;background:white;opacity:0.8;filter:alpha(opacity=80);z-index:9000">
            $this->add_footer('<div style="position:absolute;top:5px;left:5px;width:405px;padding:2px;background:white;opacity:0.8;_filter:alpha(opacity=80);-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";z-index:9000">
                <a href="#toggle" onclick="con=document.getElementById(\'dbgconsole\');con.style.display=(con.style.display==\'none\'?\'block\':\'none\');return false">console</a>
                <form action="/" name="debugform" style="display:inline"><textarea name="console" id="dbgconsole" rows="20" cols="40" wrap="off" style="display:none;width:400px;border:none;font-size:x-small" spellcheck="false"></textarea></form></div>'
            );
skins/default/iehacks.css
@@ -10,6 +10,7 @@
#message
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}
@@ -17,6 +18,7 @@
#searchmenu,
#messagemenu
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
@@ -180,6 +182,7 @@
#rcmdraglayer
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}