gpt4 book ai didi

html - 仅在ie8 中不支持背景?

转载 作者:可可西里 更新时间:2023-11-01 13:37:35 26 4
gpt4 key购买 nike

我使用了 html 代码 header 类型并为其放置了 css。然后为它做一个背景。它在 google crome、mozilla、safari 中运行良好,但背景在标题中的 ie 8 中不起作用。

<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ASI India Travels</title>
<style>
html, body, div, span, object, iframe, article,
footer, header, hgroup, menu, nav, section, summary,
h1, h2, h3, h4, h5, h6, p,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display:block;
}
body {
background-color:#666666;
}
.container {
width:875px;
margin-left:auto;
margin-right:auto;
}
header{ }
#header {
background-color:#009966;
height:275px;
}
</style>
</head>

<body>
<header id="header">
<div class="container">
header
</div>
</header>
</body>

你能请任何人解决这个问题吗?提前致谢...

最佳答案

您不能在 IE8 及更低版本中设置 HTML5 标记的样式。

Internet Explorer <9 doesn't know how to render CSS on elements that it doesn't recognize.

Learn more

您需要一个名为 html5shiv 的 Javascript polyfill .

关于html - 仅在ie8 中不支持背景?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12854931/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com