Hello
100% width + margin-left 7px = no fit
little boxes
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>12345 12345 12345 12345 12345</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
body{font-family: verdana, helvetica, sans-serif;}
div{text-align:left; }
* {margin:0;padding:0;}
.headerhome{border:1px solid #CC0000;margin:10px}
.headerhome h3,.left h3,.right h3{
font-size:12px;
background:#CC0000;
color:#FFFFFF;
line-height:20px;
font-weight:100;
padding:0 0 0 15px;
}
.headerhome p,.left p,.right p{
font-size:10px;
padding:0 0 0px 15px;
}
.left{width:400px;float:left;background:#ccccff;}
.right{width:200px;float:right;background:#ccccff;}
.x{padding:0 0 5px 0;}
.x h3{margin:10px 10px 0 10px;}
.x p{margin:5px 10px 0 10px;padding:0;}
.z{clear:both;height:20px;}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div class="headerhome">
<h3>12345</h3>
<p>ab<br /><br /><br /><br /><br />cde</p>
</div>
<div class="right">
<div class="headerhome">
<h3>12345</h3>
<p>ab<br /><br />cde</p>
</div>
</div>
<div class="left">
<div class="headerhome">
<h3>12345</h3>
<p>ab<br /><br />cde</p>
</div>
</div>
<p class="z"></p>
<div class="right x">
<h3>12345</h3>
<p>abcde</p>
</div>
<div class="left x">
<h3>12345</h3>
<p>abcde</p>
</div>
</body>
</html>
Bookmarks