有一个小问题,在任何IE版本中都没有显示背景图片(我相信IE 9除外),不知道出了什么问题,我可以尝试任何帮助/想法/事情吗?
亲切的问候
http://www.trucknetuk.com/phpBB/viewforum.php?f=46新主题按钮正上方是米其林旗帜(不是小赞助商)
background:url(“./ styles / Owner_Fleet_Operator_MS / theme / images / michelinback.gif”)repeat-x scroll center 0 transparent;
答案 0 :(得分:3)
改变这个:
background: url('./styles/Owner_Fleet_Operator_MS/theme/images/michelinback.gif')repeat-x scroll center 0 transparent;
对此:
background: url('./styles/Owner_Fleet_Operator_MS/theme/images/michelinback.gif') repeat-x scroll center 0 transparent;
差异是结束括号之后和“repeat-x”之前的空格。 IE在语法方面比其他浏览器更为挑剔。
答案 1 :(得分:1)
您的背景速记错误,transparent
需要先出现
#page-body {
background: transparent url("./styles/Owner_Fleet_Operator_MS/theme/images/michelinback.gif") repeat-x center 0;
clear: both;
padding: 4px 5px;
}
正确的速记是:body {background:#ffffff url('img_tree.png') no-repeat right top;}
不确定您要使用scroll
声明
答案 2 :(得分:0)
.button{
background: transparent url('../images/backrgound.jpg') no-repeat top center;
}
CSS标准
背景:颜色网址重复部分和位置
JPEG图片
检查图像是否为JPEG2000,如果是,则打开任何图像编辑器并使用正确的jpeg扩展名再次保存