Buonasera, ho questo codice css:
quindi ho una div per il top e una per il footer e 2div che formano 2 colonne, destra e sinistra.Codice PHP:@charset "utf-8";
/* CSS Document */
<style type="text/css">
body {
margin : 0px;
padding : 0;
background : #FFFFFF;
}
h1, h2, h3, p.testo, p.footer, p.testo_En {
font-family: Arial, Helvetica, sans-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-left: 30px;
margin-right: 25px;
}
#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-image: url(media/fondo_strumenti.gif);
background-repeat:no-repeat;
position : relative;
clear: right;
}
#content {
float :right;
width : 489px;
height : 442px;
position : relative;
background-repeat:no-repeat;
background-color : #FFF;
}
#footer {
clear : both;
height : 29px;
background-image: url(media/footer.gif);
background-color : #E9E9E9;
}
</style>
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![]()

Rispondi quotando