aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/background-size/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/background-size/index.html')
-rw-r--r--files/zh-cn/web/css/background-size/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/background-size/index.html b/files/zh-cn/web/css/background-size/index.html
index debb3e69d8..e7f34927fa 100644
--- a/files/zh-cn/web/css/background-size/index.html
+++ b/files/zh-cn/web/css/background-size/index.html
@@ -190,7 +190,7 @@ background-size: 50% 25%;</code></pre>
<h2 id="备注">备注</h2>
-<p>如果用渐变作为背景并且对它使用了<code>background-size</code> ,最好不要只用一个auto, 或者只指定一个宽度值 (例如 <code>background-size: 50%</code>)。对这两种情况 Firefox 8有所改变, 并且目前各浏览器表现不一致,不是全部浏览器都完全支持 <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">CSS3 <code>background-size</code> 规范</a> 与 <a href="http://dev.w3.org/csswg/css3-images/#gradients" title="http://dev.w3.org/csswg/css3-images/#gradients">CSS3 Image Values gradient 规范</a> 。</p>
+<p>如果用渐变作为背景并且对它使用了<code>background-size</code> ,最好不要只用一个auto, 或者只指定一个宽度值 (例如 <code>background-size: 50%</code>)。对这两种情况 Firefox 8有所改变, 并且目前各浏览器表现不一致,不是全部浏览器都完全支持 <a href="http://www.w3.org/TR/css3-background/#the-background-size" title="http://www.w3.org/TR/css3-background/#the-background-size">CSS3 <code>background-size</code> 规范</a> 与 <a href="http://dev.w3.org/csswg/css3-images/#gradients">CSS3 Image Values gradient 规范</a> 。</p>
<pre class="brush: css notranslate">.bar {
width: 50px; height: 100px;