diff options
author | yucho123987 <78955732+yucho123987@users.noreply.github.com> | 2021-07-29 22:43:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 22:43:14 +0800 |
commit | 57c133c01a991a06c475be33f0b9fc09d5df9498 (patch) | |
tree | 5693f2823ba2aa90863bba89971d214321d3b9e8 /files/zh-cn/web/css | |
parent | 6eb7ea0f78798baa5fbbed7a457ba0d67d31c27a (diff) | |
download | translated-content-57c133c01a991a06c475be33f0b9fc09d5df9498.tar.gz translated-content-57c133c01a991a06c475be33f0b9fc09d5df9498.tar.bz2 translated-content-57c133c01a991a06c475be33f0b9fc09d5df9498.zip |
fix typo in Web/CSS/opacity, zh-CN (#1787)
Diffstat (limited to 'files/zh-cn/web/css')
-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> |