AUのDIVの余白について
- depth:
- 0
投稿日時 2008-9-22 18:28 |
投稿者: apptaro
AUではDIVを並べた時に2px程の余白が出来てしまいますが、エミュレータではこれをmargin-topのように表現していますが、W61Tの実機で調べたところmargin-bottomのように余白が空いているようです。さらに実機ではBODYから2階層目までのDIVには余白ができないように見えます。下記のようなXHTMLコードで確認しました。
<div style="margin-left:10px;background-color:red;">
red
<div style="margin-left:10px;background-color:green;">
green
<div style="margin-left:10px;background-color:blue;">
blue
<div style="margin-left:10px;background-color:white;">
white
<div style="background-color:red;">red</div>
<div style="background-color:green;">green</div>
<div style="background-color:blue;">blue</div>
</div>
</div>
</div>
</div>
<div style="margin-left:10px;background-color:red;">
red
<div style="margin-left:10px;background-color:green;">
green
<div style="margin-left:10px;background-color:blue;">
blue
<div style="margin-left:10px;background-color:white;">
white
<div style="background-color:red;">red</div>
<div style="background-color:green;">green</div>
<div style="background-color:blue;">blue</div>
</div>
</div>
</div>
</div>
投稿ツリー
-
AUのDIVの余白について
(apptaro, 2008-9-22 18:28)
- Re: AUのDIVの余白について (DevX, 2008-9-22 20:10)
-
Re: AUのDIVの余白について
(DevX, 2008-10-6 17:18)
- Re: Re: AUのDIVの余白について (apptaro, 2008-10-6 19:07)