¿leftcol no será rightcol?, jaja
bueno a lo que vinimos:
Código CSS:
Ver original<style type="text/css">
<style type="text/css">
<!--
#ttcontainer {
background: #000;
position:relative
top: 0px;
left: 0px;
width: 980px;
height: 147px;
}
#image
{
float:left;
background: #041B7E;
width: 320px;
height: 147px;
}
#header {
float:left;
background: #0f0;
width: 560px;
height: 40px;
}
#leftcol {
background: #f00;
float:right;
width: 100px;
height: 40px;
}
#content {
background: #169136;
width: 660px;
height: 107px;
float: left;
}
-->
</style>