Home > Web Front-end > HTML Tutorial > Why is the background image invalid under ie6_html/css_WEB-ITnose

Why is the background image invalid under ie6_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:21:52
Original
1188 people have browsed it

Use png format image as background image
background-repeat:repeat-y;
width:713px;
float:left;
padding-bottom:30px;
overflow: hidden;
position:relative;
background-image:url("bjt1.png");

Why is it invalid to create a web page background in IE6? It cannot be displayed.


Reply to discussion (solution)

ie6 does not support png format
Reference
http://www.cnblogs.com/yuzhongwusan/archive/2009/04 /17/1438119.html

ie6 does not support png

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