A ver si es esto lo que quieres hacer:
Código html:
Ver original<!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" lang="es-es"> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> * {margin:0;padding:0; border:0; position: relative;}
#texto{
background: #cdcdcd;
width:960px;
height:auto;
padding: 0 12px;
margin:0 auto;
position:relative;
overflow:hidden;
}
#datos{
background: #555;
width:240px;
height:340px;
display:inline;
float:right;
padding:20px 0px 0 30px;
}
<div id="datos">div datos
</div> <p>aqui va el textoooo
</p>
Si fuese eso y no encuentras las dos diferencias, ya nos dirás
Un saludo