为什么这个背景图片不显示在jsfiddle上?

时间:2014-05-13 22:50:57

标签: css3 background-image

我遇到了出现背景图片的问题。看看我的jsfiddle并告诉我我错过了什么?

<div id="postcard-container">
<div id="postcard">
    <div id="postcard-title">
        <h1>Milkweed</h1>

    </div>
    <div id="postcard-sub">What is Milk weed? Sign up to Find out</div>
    <div id="postcard-email">
        <hr>Email capture situation</div>
    <div id="postcard-social"></div>
</div>
</div>

1 个答案:

答案 0 :(得分:2)

更改

background-image: url(...) no-repeat center center fixed;

background: url(...) no-repeat center center fixed;