我是网站开发的新手。我需要使我的网站的背景图像响应。我怎么做?在手机上也应该能很好地看到它。目前,我在我的网站上显示图像如下:
<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>