gpt4 book ai didi

HTML 页面无法在纵向 iPhone/iPad 上调整大小

转载 作者:太空宇宙 更新时间:2023-11-03 19:29:29 25 4
gpt4 key购买 nike

我不是专业的网络开发人员,我有一个与下面类似的问题,因为我的一些页面没有缩小以适应纵向移动设备的视口(viewport)。风景似乎还不错。

Website Not Resizing Correctly on iPhone Portrait

我以前使用视口(viewport)元标记确实让网站正常工作,但自从 iOS 更新后,它全部恢复为实际网页大小。我根据此建议删除了元标记(它不是响应式网站)

http://blog.javierusobiaga.com/stop-using-the-viewport-tag-until-you-know-ho

有些页面可以正常工作,有些则不能。这个不成立!所有页面上的 CSS 都相同,但它们显示不同,“图像”、“工作原理”和“定价”均正常运行。其他页面在视口(viewport)外流血。有什么想法吗?

谢谢!

http://funandson.com

这是错误页面的 HTML:

 <link rel="stylesheet" type="text/css"  href="webfonts/MyFontsWebfontsKit.css">
<link href="source/style.css" rel="stylesheet" type="text/css" />


<meta name="description" content="FUN & SON - bespoke photography for kids" />

<title>
FUN & SON - bespoke photography for kids
</title>


</head>



<body bgcolor="#d0d0d0">

<div id="container1">

<div class="image">
<img src="images/header.png" width="1200px" height="144px" name="background"/>
<h1>
<a href="aboutus2.html">ABOUT US</a>
<br />
<a href="images.html">IMAGES</a>
<br />
<a href="howitworks.html">HOW IT WORKS</a>
<br />
<a href="pricing.html">PRICING & PRODUCTS</a>
<br />
<a href="https://funandson2016.wordpress.com/">BLOG</a>
<br />
<a href="press.html">PRESS</a>
<br />
<a href="contact.html">CONTACT US</a>
<br />
<br />
<br />
<br />
<a href="https://www.instagram.com/funandson/"><img src="images/insta.png" width="50px" height="50px" name="dot"/></a>
<a href="https://www.facebook.com/Fun-Son-Bespoke-Photographic-Service-for-Kids-354285164695429/?ref=hl"><img src="images/fb.png" width="50px" height="50px" name="dot"/></a>
</h1>

<div id="copycontainer">



<h3>
<p style="margin-left: 60px; margin-top: 75px">
Coming soon
</p>
</h3>


<br />
<br />

</div>

</div>

</body>

CSS 也很标准:

#container {
width:1200px;

}

#container1 {
width:1200px;

}

#container2 {
width: 770px;
float:left;
margin-top:95px;
margin-left:432px;
}

#copycontainer {
width: 800px;
height: auto;
float:left;
margin-top:70px;
margin-left:360px;
}


.cover a:hover {
text-shadow: 2px 2px: #ffffff;
}

.images {
float: left;
padding-left: 10px;
padding-top: 10px;
}

.image {
margin:auto;
position: relative;
width: 100%; /* for IE 6 */

}

.placeholder {
background-color: #FF0;
margin-top: 10px;
margin-right: 10px;
padding-top: 0px;
float:left;
}

h1 {
font-family: CeraStencilPRO-Light;
font-weight: normal;
font-style: normal;
color: #7e7e7e;
font-size: 22px;
line-height:40px;
position: absolute;
top: 185px;
left: 0;
margin-left: 20px;
margin-top: 60px;
width: 100%;
z-index:-20000;
}

h2 {
font-family: CeraStencilPRO-regular;
font-weight: normal;
font-style: normal;
color: #7e7e7e;
font-size: 20px;
margin-top: 35px;

}


h3 {
font-family: Helvetica;
font-weight: normal;
font-style: normal;
color: #7e7e7e;
font-size: 16px;
margin-top: 35px;
line-height: 21px;
}

h4 {
font-family: CeraStencilPRO-Light;
font-weight: normal;
font-style: normal;
color: #7e7e7e;
font-size: 22px;
line-height:40px;
position: absolute;
top: 185px;
left: 0;
margin-top: 60px;
margin-left: 20px;
width: 100%;
}

h5 {
font-family: Helvetica;
font-weight: normal;
font-style: normal;
color: #7e7e7e;
font-size: 19px;
line-height: 21px;
}

最佳答案

您应该使用 bootstrap 进行响应式网页设计。它易于学习,您可以快速创建响应式 html 页面。

包括 Bootstrap 后插入这个 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">并将 html 页面的内容包装在引导网格系统中。

初学者教程 w3schools .

关于HTML 页面无法在纵向 iPhone/iPad 上调整大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36857751/

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