<?php
<!DOCTYPE html>
<html>
<head></head>
<style type="text/css">
body {
font-size: 20px;
font-family: Arial, Tahoma;
}
.menu {
overflow: hidden
}
.vbsh_left_column {
width: 50%;
float: left;
background-color: #b3f3f3;
padding-bottom: 2000em;
margin-bottom: -2000em;
}
.vbsh {
width: 50%;
float: right;
background-color: #f3b3f3;
padding-bottom: 2000em;
margin-bottom: -2000em;
}
</style>
<body>
<div class="menu">
<div class="vbsh_left_column">Текст страницы </div>
<div class="vbsh">Тект страницы 2</div>
</div>
</body>
</html>
?>
<!DOCTYPE html>
<html>
<head></head>
<style type="text/css">
body {
font-size: 20px;
font-family: Arial, Tahoma;
}
.menu {
overflow: hidden
}
.vbsh_left_column {
width: 50%;
float: left;
background-color: #b3f3f3;
padding-bottom: 2000em;
margin-bottom: -2000em;
}
.vbsh {
width: 50%;
float: right;
background-color: #f3b3f3;
padding-bottom: 2000em;
margin-bottom: -2000em;
}
</style>
<body>
<div class="menu">
<div class="vbsh_left_column">Текст страницы </div>
<div class="vbsh">Тект страницы 2</div>
</div>
</body>
</html>
?>