次の css 属性を持つメイン ラッパー div があります。
div#mainWrapper {
margin: auto;
width:70em;
height:100%;
background: url(../images/header.jpg) no-repeat center center fixed;
background-size: cover;
}
div 全体を作成したいのですが、div 自体が空であっても、表示されるのは難しいです。
私は使用したくないposition:fixed
かposition:absolute
、可能であれば。