Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>HTML 4.01 strict</title>
<style type='text/css'>
#contenthomewrapper {
margin-left: 10px;
margin-right: 10px;
background:yellow;
}
#left {
width: 355px;
height: 240px;
float: left;
overflow: hidden;
background:gray;
}
#right {
width: 355px;
height: 240px;
float: right;
background:purple;
}
#bottom {
width: 720px;
height: 240px;
clear: both;
background:red;
}
#bottom-leftbox {
width: 320px;
height: 150px;
margin-left: 30px;
margin-top: 65px;
color: white;
float: left;
background:green;
display:inline;
}
#bottom-rightbox {
width: 320px;
height: 150px;
margin-right: 30px;
margin-top: 65px;
color: white;
float: right;
background:pink;
display:inline;
}
</style>
</head>
<body>
<div id="contenthomewrapper">
<div id="left"></div>
<div id="right"></div>
<div id="bottom">
<div id="bottom-leftbox"></div>
<div id="bottom-rightbox"></div>
</div>
</div>
</body>
</html>
<div id="contenthomewrapper">
<div id="right"></div>
<div id="left"></div>
<div id="bottom">
<div id="bottom-rightbox"></div>
<div id="bottom-leftbox"></div>
</div>
</div>
1 to 6 of 6