Buonasera, ho questo codice css:
Codice PHP:
@charset "utf-8";
/* CSS Document */
<style type="text/css">
    
body {
        
margin 0px;
        
padding 0;
        
background #FFFFFF;
    
}
    
    
h1h2h3p.testop.footerp.testo_En  
        
font-familyArialHelveticasans-serif;
        
    }
        
    
h1 {
        
font-size:16px;
        
color:#fc8a03;
        
margin-left:30px;
     }
     
    
h2 {
        
font-size:12px;
        
color:#fc8a03;
        
font-weight:900;
        
margin-left:30px;
        
     }
     
     
p.testo {
        
font-size:12px;
        
color:#000;
        
font-weight:400;
     }
     
     
p.testo_En {
        
font-size:10px;
        
color:#333;
        
font-weight:400;
     }
     
     
p.footer {
        
font-size:8px;
        
color:#000;
        
font-weight:900;
        
margin-top:12px;
     }
     
     
     
#margine_dx {
        
margin-left30px;
        
margin-right25px;
        
    }
    
    
#container {
        
width 916px;
        
margin auto;
    }
    
    
#header {
        
position relative;
        
width 100%;
        
height 76px;
        
background-color #fff;
        
border-bottom 0px solid #CCCCCC;
    
}
    
    
#main {
        
width 100%;
    }
    
    
#leftbar {
        
float left;
        
width 427px;
        
height:428px;
        
background-imageurl(media/fondo_strumenti.gif);
        
background-repeat:no-repeat;
        
position relative;
        
clearright;
    }
    
    
#content {
        
float :right;
        
width 489px
        
height 442px;
        
position relative;
        
background-repeat:no-repeat;
        
background-color #FFF;
    
}
    
    
#footer {
        
clear both;
        
height 29px;
        
background-imageurl(media/footer.gif);
        
background-color #E9E9E9;
        
    
}
    
</
style
quindi ho una div per il top e una per il footer e 2div che formano 2 colonne, destra e sinistra.
io vorrei inserire nella div di sinistra un'altra div o mettrne una sotto l'altra sempre a sinistra, lasciando la colonna di destra cosi com'è intatta.

Grazie

Ciao a tutti