【发布时间】:2013-06-26 19:49:47
【问题描述】:
有人知道这里发生了什么吗?我在opera、dolphin 和工厂的android 浏览器上进行了测试。 (虽然它现在似乎正在开发歌剧)
div 不会改变大小,但文本会以某种方式缩小以适合 div 的一部分。 无论如何要防止这种情况发生?
为了清楚起见,我试图在移动浏览器上实现与 PC 版本相同的外观。
问题似乎出在浏览器上,如何强制文本占据 div 的全宽?我尝试将 p 标签设置为 100%,但没有成功。
div 必须具有该宽度并与页面左侧对齐。
*更新 1: 我在 Galaxy s4 上尝试了以下代码(之前在 s2 上尝试过),但在歌剧 mini 和 dolphin 上遇到了同样的错误。 错误可以使用opera mini simulator在线可视化,您只需要将html文件托管在某个地方。
*更新 2: 我认为问题的存在是因为网页加载时,它是以正常大小(像素)加载的,所以段落只占页面的一小部分。然后,页面缩小,所有内容都适合页面,但文本没有展开,它停留在最初的小空间中。
在 PC 上,应该是这样的:
我尽可能地缩小了代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="" name="keywords" />
<meta content="" name="description" />
<title></title>
</head>
<body>
<div style="width:1000px; margin-left:auto; margin-right:auto;" >
<div style="float:left; width:758px; background-color:aqua;">
<p>
Random text Random text Random text Random text Random text Random text Random text Random text
Random text Random text Random text Random text Random text Random text Random text Random text
Random text Random text Random text Random text Random text Random text Random text Random text
Random text Random text Random text Random text Random text Random text Random text Random text
Random text Random text Random text Random text Random text Random text Random text Random text
Random text Random text Random text Random text Random text Random text Random text Random text
Random text Random text .
<br />
<br />
Random text Random text Random text Random text Random text Random text Random text Random text
Random text Random text Random text .
<br />
<br />
Random text Random text Random text Random text
<a href="http://www.a.com/a.html">
Random text </a> Random text
Random text .
</p>
</div>
</div>
</body>
</html>
谢谢。
【问题讨论】:
-
以上代码在 Safari Mobile 和 Android 浏览器上运行良好。
-
@MattCoughlin 谢谢马特。我应该说我在 android 上尝试过该代码。
-
在 iPad2 和 Android 2.3 股票浏览器(摩托罗拉 Droid2 Global)上试过,没有问题。您使用的是哪些浏览器?他们没有安装一些异国情调的插件吗?
-
@ern0 没有插件。股票机器人,海豚,迷你歌剧。它确实适用于歌剧和铬。尝试缩小以确保它有效。