iモードのdiv style margin-left
- depth:
- 0
投稿日時 2008-5-12 18:14 |
投稿者: apptaro
下記XHTMLをエミュレータのSO902iで見るとR,G,Bが
インデントされて表示されていましたが、
実機のSO902iで確認したところ、margin-leftは
効かないようでした。
<?xml version="1.0" encoding="Shift_JIS"?>
<!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="ja" xml:lang="ja">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=Shift_JIS"/>
<title>タイトル</title>
</head>
<body>
<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>
</div>
</div>
</body>
</html>
インデントされて表示されていましたが、
実機のSO902iで確認したところ、margin-leftは
効かないようでした。
<?xml version="1.0" encoding="Shift_JIS"?>
<!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="ja" xml:lang="ja">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=Shift_JIS"/>
<title>タイトル</title>
</head>
<body>
<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>
</div>
</div>
</body>
</html>
投稿ツリー
-
iモードのdiv style margin-left (apptaro, 2008-5-12 18:14)
-
Re: iモードのdiv style margin-left (DevX, 2008-5-13 17:16)
-
Re: Re: iモードのdiv style margin-left (apptaro, 2008-8-13 11:52)
-
Re: Re: Re: iモードのdiv style margin-left (DevX, 2008-8-13 13:24)
-
-
-
Re: iモードのdiv style margin-left (DevX, 2008-9-3 10:41)
-
Re: Re: iモードのdiv style margin-left (apptaro, 2008-9-5 14:08)
-
-