我是網站開發新手。我需要使我的網站的背景圖像響應。我怎麼做?在手機上也應該看得很清楚。目前,我展示我的website的相關圖片如下:如何讓我的網站的背景圖像響應?
<img alt="Goodfoo.me" src="http://goodfoo.me/background.jpg"
id="full-screen-background-image" />
<style>
#full-screen-background-image {
position: fixed;
top: 0;
left: 0;
min-width: 100%;
}
</style>
什麼是響應能力?你可以解釋嗎? – VahiD
圖像將自行調整爲屏幕尺寸。例如,如果屏幕尺寸是1366 x 768,那麼它應該適合確切的屏幕,並且如果它的1024 x 768那麼它也應該適合這裏。 –
以及誰給它一個負面的投票..也感謝你! –