Sunday, June 26th, 05:01 am
<style>
*{
/*Shows the borders for all the boxes*/
border: 1px solid green;
}
.main{
/* Very editable */
min-width: 800px;
height: 400px;
}
#1{
float: right;
}
#2{
/*Change the width on the sides to what ever size you want*/
margin-left: 113px;
margin-right: 113px;
}
</style>
<body>
<div class="main">
<!-- The order of the id is really important -->
<div id="1"> Right side first </div>
<div id="2"> Middle Last </div>
</div>
</body>
Back to Layout Solutions
designed by Entangle Design | site map | hosted by Sandstone Solutions Ltd | copyright © 2004