Home > Web Front-end > HTML Tutorial > Help CSS problem_html/css_WEB-ITnose

Help CSS problem_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:13:27
Original
1075 people have browsed it

Another SPAN tag for me. Used to display background images. Why can pictures be displayed in IE8 compatibility mode? Incompatible mode is not displayed. What's going on? ?

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


Reply to discussion (solution)

Is no one here?

Is the span empty? Try filling in the blanks ----  

No. Pictures can be displayed in compatibility mode. Images cannot be displayed in incompatible mode

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

.image-suu{width:25px;height:24px;display:inline-block;*display:inline;*zoom:1;background:url(global.png) no-repeat -180px -72px ;}
Test it out!
Still not working

Quote from the 4th floor’s reply:
.image-suu{width:25px;height:24px;display:inline-block;*display:inline;*zoom :1;background:url(global.png) no-repeat -180px -72px;}
Test it!
There are also pictures displayed. But the whole picture floats upward. What's going on

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template