<!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" xml:lang="ru" lang="ru">
<head>
<style type="text/css">
body { margin:0;padding:0;}
</style>
</head>
<body>
<div>
<div style="width:1000px;margin:0 auto;">
<div style="width:700px;display:inline-block;">1</div>
<div style="width:300px;display:inline-block;">2</div>
</div>
</div>
</body>
</html>
私はこれらのブロックをフラッシュしたいが、現在は第二のブロックを押し下げます。.. 私は296pxに第2ブロックの幅を変更する場合、それが動作する...
私は「ドンclear:both;
でブロックをもう1つ必要とするため、float:left
を使用します。
wrapping divにclearfixクラスを追加します。https://css-tricks.com/snippets/css/clear-fix/ – circusdei