gpt4 book ai didi

html - 如何使主页响应

转载 作者:行者123 更新时间:2023-11-28 10:19:17 25 4
gpt4 key购买 nike

我是 CSS 的新手,我想为移动 IE 做一个响应式设计。现在“它显示为空白页”,但它在谷歌浏览器和其他浏览器中运行良好:-)

下面是我使用的代码

HTML:

<div class="main">
<div class="container">
<div class="marquee">
<marquee scrollamount="3" direction="right" dir="ltr">
<h3 align="center" style="color:#804000;font-size:large;margin-top:0px;"><strong>
<img height="37" src="http://www.ghadaalsamman.com/new/images/image21.png">
</strong></h3>

</marquee>
</div>
<a class="button" id="btn1" href="http://ghadaalsamman.com/new/site.html"></a>

</div>
</div>

CSS:

html {
height: 100%;
width: 100%;
}
body {
background-image: url("http://www.ghadaalsamman.com/new/images/bg.gif");
background-repeat: no-repeat;
background-position: center center;
height: 100%;
margin: 0;
}
.marquee {
display: block;
position: absolute;
top: 43%;
width: 100%;
}
#btn1 {
background-image: url("http://www.ghadaalsamman.com/new/images/enter.gif");
background-repeat: no-repeat;
background-position: center center;
bottom: 10px;
display: block;
height: 53px;
margin: 0 auto;
position: absolute;
width: 100%;
}
.button {
padding: 5px;
}
.container {
display: block;
height: 100%;
margin: 0 auto;
max-width: 960px;
position: relative;
}
.main {
height: 100%;
padding: 0 20px;
}
@media screen and (max-width:500px) {
#btn1{
background-size: 100% auto;
}
}

jsfiddle

Desktop View

提前致谢

最佳答案

enter image description here

在 Windows Phone 8.1 上非常适合我

我认为响应速度没有问题,我在桌面上检查过调整浏览器在 IE 和 Windows Phone 上的大小。

关于html - 如何使主页响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24105767/

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