【发布时间】:2013-03-04 03:37:57
【问题描述】:
我试图在标题位置的 joomla 模板中设置背景图像,我修改了文件 template.css,它显示了背景图像但不正确,我只能看到左侧和右侧的 a 部分新的背景图像,其余部分被隐藏(白色背景覆盖),我不知道我做错了什么:
这是模板网址链接: http://vitadorotest.hhc-netzwerk.de/
这是我的 CSS 编码部分:
body.font-size-is-default {
font-size: 13px;
line-height:19px;
color:#8f8f8f;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/background.jpg) 50% 0 no-repeat #fff !important;
height: 95px;
margin: 0 auto;
width: 1087px;
}
【问题讨论】:
标签: css image templates joomla background