我似乎無法居中底部div。 (middle9)。爲什麼我不能居中div?
HTML和CSS看起來與上面的代碼相同。
我很抱歉,如果它很明顯,但我只是看不到它。
http://www.garyhornephotography.com/str/index.html
wrap9 { width: 900px; height: 300px; background-color:#F67E07; margin-top: 3px; text-align:center; }
#sub_left9 { float:left;width:280px; height: 200px; background-color:#96CBF7; margin-top: 10px; margin-left:5px; }
#sub_right9 { float:right; width:280px; height: 200px; background-color:#A2F685; margin-top: 10px; margin-right: 5px; }
#sub_middle9 { display:inline-block; width:280px; height: 200px; background-color:#A2F685; margin-top: 10px; }
<div id="wrap9">
<div id="sub_left9"> left 9</div>
<div id="sub_middle9"> middle 9 </div>
<div id="sub_right9"> right 9 </div>
</div><!--wrap9 -->
開運片斷全屏顯示。我不認爲是所有人都在尋找。 – BenG