-1
看起來我的整個圖像不會一路走到最前面。HTML和CSS全圖像背景
html,body{
height: 100%;
width: 100%;
color: #000;
margin: 0;
padding: 0;
}
.nav-bar{
font-size: 30px;
text-align:center;
position:relative;
font-family:navfont;
}
.nav-bar > a{
text-decoration: none;
color: inherit;
}
.nav-bar a:hover{
color:#FF0000;
}
.backgroundimg{
background: url("../img/background.jpg");
background-size: cover;
position: relative;
background-position: center center;
height: 100%;
width: 100%;
z-index:-1;
}
你的mar KUP?我們也需要看到你的HTML,所以我們有一個[mcve]來處理。如果您可以在示例中託管和包含您的背景圖像,這將有所幫助。 –
這個CSS很好包含,但是你的HTML結構也會有幫助。 – scoopzilla
從我看到的圖像中,您可以做的實際上是將背景圖像添加到BODY。現在你有兩個DIV。 – scoopzilla