0
html {
background : url(../images/20141105_183642.jpg) left top no-repeat fixed;
background-size : cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
<style type="text/css">
body {
background:url (../images/20141105_183642.jpg) #000000 no-repeat left top;
background-size: 100%;
}
到目前爲止,文本和鏈接都是正確的,所以我將只包含背景CSS部分。在我將html和css移動到有組織的文件夾之前(以上內容僅僅是我的大學作業的一部分,在這裏我遇到了麻煩)。我能否收到一些啓示,指出我出錯的地方?由於我的索引頁面沒有完全加載,我開始在這一張上拉我的頭髮。非常感謝!我是新來的編碼,我不太確定爲什麼我的index.html不能正確加載。
爲什麼在'html {...}'和'body {...}'之間有'