好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

求救CSS问题_html/css_WEB-ITnose

我又一个SPAN标签。用来显示背景图片的。为什么在IE8兼容性模式下能显示图片。不兼容模式不显示。怎么回事??

.image-suu{width:25px;height:24px;*display:inline;*zoom:1;background-image:url(global.png);background-position:-180px -72px;background-repeat:no-repeat;}


回复讨论(解决方案)

没人来么?

span里面是空的么 填上空格试试 ----

不行啊。兼容性模式下能显示图片。不兼容模式不能显示图片

.image-suu{width:25px;height:24px;display:inline-block;*display:inline;*zoom:1;background:url(global.png) no-repeat -180px -72px;}
测试下!

.image-suu{width:25px;height:24px;display:inline-block;*display:inline;*zoom:1;background:url(global.png) no-repeat -180px -72px;}
测试下!
还是不行啊

引用 4 楼 的回复:
.image-suu{width:25px;height:24px;display:inline-block;*display:inline;*zoom:1;background:url(global.png) no-repeat -180px -72px;}
测试下!
还有显示图片了。可是图片整体向上浮动了。怎么回事

查看更多关于求救CSS问题_html/css_WEB-ITnose的详细内容...

  阅读:35次