2011-09-30 9 views

risposta

5
<div style="float:right;"> 
    Right div 
</div> 
<div> 
    Left div 
</div> 
+0

Ha il div destra deve andare prima? Intuitivamente, elencherei prima il div di sinistra e poi il div di destra. – sakovias

2
<div style="width:960px;overflow:hidden;"> 
    <div style="float:right;width:600px;overflow:hidden;"> 
    //right DIV 
    </div> 
    <div style="float:right;width:360px;overflow:hidden;"> 
    //left DIV 
    </div> 
</div> 
+0

Considera l'aggiunta di un testo esplicativo all'esempio. – nirazul

Problemi correlati