Hello
float left
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">
*{margin:0;padding:0;}
.wra{background:#ffffcc;}
* html .wra,* html .he{height:1%;}
.he{background:#ccffff;float:left;}
.lo{background:#ccffcc;float:left;}
head+body .he:after{
content: ".";
display: block;
height:0;
clear: both;
visibility: hidden;
}
.wra p{padding:5px;margin:0;}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div class="wra">
<div class="he"><p>some text</p></div>
<div class="lo"><p>some more text</p></div>
</div>
</body>
</html>
Bookmarks