我看了又看,找不到解决办法。也许我的更独特一点。我现在的问题是我的背景在移动 Safari 浏览器上被切断了。这是它的外观截图:
这是我正在处理的页面的链接以及它的外观: http ://www2.theadamgroup.com
这是我的正文和 html 的源代码:
body {
font-family:Helvetica, Arial, sans-serif;
margin:0;
background-image:url(img/paper-footerbg.png);
background-attachment:scroll;
background-repeat:repeat-x repeat-y;
}
body, html {
-webkit-text-size-adjust: none;
}
这是我的首页如何编码的片段:
<body>
<div style="width:100%; min-height:100%;">
<?php include("header.php"); ?>
<div id="mainBox">
<div id="mainContent">
<div style="float:left; width:439px; padding:35px 0 0 0;">
<p style="font-size:34px; line-height:40px; font-weight:bold; color:#009b3a; margin:0;">High-quality printing from your neighbors in Franklin</p>
<p style="font-size:16px; line-height:22px; margin-top:7px;">The ADAM Group is a full-service printing and design company in Franklin, Tenn. Our specialty is helping businesses develop and print high-quality brochures, catalogs, calendars, books, flyers, stationery, menus, business cards and so much more.</p>
<p style="font-size:16px; line-height:22px;">We pride ourselves on the professional, fast service we provide in our community. Franklin is our home, and helping our neighbors succeed is our business.</p>
<p style="margin:42px 0 0 0;" align="center"><a href="#" class="learnmoreBtn"></a></p>
</div>
<div style="float:left; width:512px; margin:0 0 0 47px;"><img src="img/tag-products.png" width="512" height="401" /></div>
</div>
</div>
任何帮助,将不胜感激!