具体方法如下:
<img src="图片路径" alt="图片描述">
例:<img src="img/pro1.png" alt="">
html5中设置整页背景图片的方法是利用css3样式:
/* Set up proportionate scaling */
width: 100%
height: auto
/* Set up positioning */
position: fixed
top: 0
left: 0
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
img.bg {
left: 50%
margin-left: -512px /* 50% */
}
}
手动修改方法就是,将以下注册代码保存在记事本中,另保存为fix-ie8.reg,然后双击导入即可!此方法支持WinXP和Windows7 *** 作系统。Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\image/png]
"Extension"=".png"
"Image Filter
CLSID"="{A3CCEDF7-2DE2-11D0-86F4-00A0C913F750}"
"CLSID"="{4063BE15-3B08-470D-A0D5-B37161CFFD69}"
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\image/png\Bits]
"0"=hex:08,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,89,50,4e,47,0d,0a,1a,0a
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)