我有这个简单的代码:
<html style = "height: 100%;">
<head>
<meta http-equiv = 'Content-Type' content = 'text/html; charset = windows-1251' />
<title>test bg</title>
</head>
<body style = "height: 100%; margin: 0px;">
<div id = 'div_0' style = "width: 100%; height: 100%; background-size: contain; -ms-behavior: url(backgroundsize.htc); background-repeat: no-repeat; background-position: center center; background-image: url(storage/zast_800x600.jpg);"></div>
</body>
</html>
加载页面时没有任何错误。但是背景的行为与没有这个东西一样。
.htaccess
并且backgroundsize.htc
与html页面在同一个文件夹中。我通过双击 html 页面在本地运行此文件。
我使用PolyFill作为参考