路徑爲我的HTML文件:用於圖片C:\Users\Name\Documents\Coding\Battleship\index.html
路徑:C:\Users\Name\Documents\Coding\Battleship\Water.jpg
如何在CSS中添加本地文件作爲背景?
我試圖如下添加:
body {
background-image: url("file://C:\Users\Name\Documents\Coding\Battleship\Water.jpg") no-repeat center center;
background-size: cover;
}
但是,它不工作。有誰知道如何解決這個問題?
的文件p ath需要與您服務的網絡服務器的文檔根目錄相關。除非你不使用網絡服務器。 – Jerinaw
OH修復它,謝謝! –