diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/css/opacity/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/opacity/index.html b/files/zh-cn/web/css/opacity/index.html index 2e8b90e1ae..46304c8019 100644 --- a/files/zh-cn/web/css/opacity/index.html +++ b/files/zh-cn/web/css/opacity/index.html @@ -144,7 +144,7 @@ img.opacity:hover { <li>IE4 —IE9 支持下面的扩展形式: <code>progid:DXImageTransform.Microsoft.Alpha(Opacity=xx)</code>.</li> <li>IE8引入了与“fliter滤镜”同义的"-ms-filter" 属性。在IE10中不再支持这两个属性。</li> <li>和“<code>-moz-opacity</code>” 属性相似, "<code>-khtml-opacity"从2004年年初</code> (Safari 1.2发布),<code>已经不再受到支持。</code><br> - Konqueror 从来不支持 <code>-khtml-opacity</code> 属性,从第四版开始,它一直自持opacity属性。</li> + Konqueror 从来不支持 <code>-khtml-opacity</code> 属性,从第四版开始,它一直支持opacity属性。</li> </ul> <h2 id="See_also" name="See_also">阅读更多</h2> |