gpt4 book ai didi

html - 为 IE7 拉伸(stretch) div 背景图像

转载 作者:行者123 更新时间:2023-11-28 14:21:34 26 4
gpt4 key购买 nike

我一直在为 div 制作 IE7 拉伸(stretch)背景图片,它不支持 CSS3 background-size
基本上我需要 image fitting red area .

Div 可能有不同的高度,具体取决于内容。这就是为什么我没有运气 img faking background ,我不知道如何设置高度。

谁能帮帮我?

最佳答案

Google 快速搜索(我还没有测试过,但 Google 是一个可爱的好 friend ):

<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
img#bg{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}
</style>

编辑:Derp。忘记示例 HTML

</head>

<body>

<img src="size-bg.jpg" alt="background image" id="bg" />
<div id="content">Your website content.</div>

</body>
</html>

链接自:http://dipaksblogonline.blogspot.com/2011/01/ie-78-stretching-background-image-to.html

关于html - 为 IE7 拉伸(stretch) div 背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8449814/

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