我想保持以原始尺寸居中的身体背景图像。因此,当我调整窗口屏幕背景的大小时,它会保持其大小。
问问题
220 次
2 回答
4
.center_bg
{
background-image: url('{url_of_image}');
background-position: center center;
}
这就是我从你的问题中理解的所有内容。你需要详细解释你的问题。
于 2012-12-16T08:17:41.910 回答
-1
The background-size property may be of some interest, although some more information (including some actual code) would be helpful.
于 2012-12-16T08:22:23.140 回答