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;}
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