1.CSS中的背景样式有background-color背景颜色,background-image:url()背景图片,background-repeat背景重复,background-position背景偏移,background-attachment背景附着点,具体如图示。
2.打开【DW】软件,点击【新建】HTML,输入【<title>固定背景</title>】。在【<body><div >style=“width:600px;height:400px;background:图片”</div></body>】,具体如图示。
3.打开【淘宝旺铺】,点击【上传】,选择【图片】。打开【DW】软件,在【<body style=“background:url(图片)”>】,选择【图片】,再输入【<div style=“height:2000px”></div>】,2000的高度,具体如图示。