我的div都是居中對齊的... 我想第一個div沒有碰到瀏覽器的左側..... 第二個div沒有觸及在瀏覽器的右側...... 如何解決它....div應該觸摸瀏覽器的左邊緣
提供以下
http://jsfiddle.net/stmjn/4/embedded/result/
<div style="padding-left: 41px; padding-top: 10px; float:left;">
<a class="" href="#">
<img alt="change" class="defieLogo" src="http://www.defie.co/designerImages/defie_logo_only.png">
</a>
<p style="margin-top: 5px; margin-bottom: 0px;">47657 Lakeview Blvd, Fremont CA 94538</p>
<p>Tel: 510-657-8981 <span style="padding-left: 18px;">wwww.abcdfg.com</span></p>
</div>
<div style="border: 1px solid red; width: 300px; float:left;">
<p style="">Vendor No ABC01</p>
<p style="">Purchase Order No 100001</p>
<p style="">Est. Ship Date 2/24/2013</p>
</div>
你有使用任何外部樣式表嗎?或者你只是使用內聯樣式? – 2013-02-14 01:39:47
,你能解釋一下你想要達到什麼目的嗎?我目前看到第一個div中心對齊,第二個div碰到瀏覽器 – 2013-02-14 01:42:44
的左側,您可以向我們提供一個工作鏈接,我們可以在其中查看實時代碼,以便更好地幫助您 – Shail 2013-02-14 01:47:34