我网站的内容 div 具有独特的背景,具有各种图层样式。在 HTML/CSS 中,我可以从 photoshop 中获取背景并将其用作背景图像。我的问题是内容 div 的高度是可变的。为了解决这个问题,我将顶部像素设置在顶部,中心有一个像素行,其中有一个重复 y 和底部像素,并将它们放在底部。这可行,但中间背景图像必须在顶部背景图像之后和底部背景图像之前开始。
div#content{
background: url('contentbghead.png') top center no-repeat,
url('contentbgfoot.png') bottom center no-repeat,
url('contentbgmid.png') 0px 10px repeat-y;
width:680px;
height:300px;
}
我的结果可以在这里找到:http ://tinypic.com?ref=30muazs