Ads by Google
ページ詳細
コメント
ブロックレベルのセンタリングの方法 IEにあわせるのって大変だな
margin-left:auto;margin-right:auto;
<div style="margin-left:auto; margin-right:auto; width:80%">hoge</div>
ブロックレベルのセンタリングの方法 IEにあわせるのって大変だな
margin-left:auto;margin-right:auto;
<div style="margin-left:auto; margin-right:auto; width:80%">hoge</div>
firefoxでセンタリングするためには、text-alignはつかわない。