以下は、本文に複数の背景画像を実装した単純なコードですが、このコードは IE 7 および 8 では機能しませんが、他のすべてのブラウザーでは機能します。HTMLドキュメントに関連するPIE.htcを使用しましたが、まだ成功していません。この例を解決するのを手伝ってください。
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body style="background: url(header_top_border.png) repeat-x, url(bg_1px.jpg) repeat-x; behavior: url(http://localhost/mutliple_bg/PIE.htc);
-pie-background:url(header_top_border.png) repeat-x, url(bg_1px.jpg) repeat-x; position:relative; zoom:1; z-index:1;">
</body>
</html>