body {
background: url(./img/body_alt.jpg) top center no-repeat fixed;
}
图片:1920x1080 像素。在里面<body>
,当然还有内部元素。如何将图像裁剪为 290px 高度?
body {
background: url(./img/body_alt.jpg) top center no-repeat fixed;
}
图片:1920x1080 像素。在里面<body>
,当然还有内部元素。如何将图像裁剪为 290px 高度?
如果您需要制作背景的一部分,那么最简单的选择是将背景设置为不设置为主体,而是设置为一些高度为 290px 的固定块: