humm ho messo il clear al footer, ma non è cambiato nulla
ecco come è ora il mio css:
Codice PHP:
/*
Theme Name: Floop Theme
Theme URI: [url]http://www.floop.it[/url]
Description: Tema creato per floop.it
Author: Andrea Di Michele
Author URI: [url]http://www.floop.it[/url]
Version: 0.1
.
Copyright (C) 2010 Floop.it.
.
*
*/
@import url(menu_style.css);
body {
height: 100%;
margin-top: 20px;
background: #000000 url(./images/bg.jpg);
background-repeat: repeat-x;
}
html {
height: 100%;
}
#wrapper {
float: center;
width: 870px;
margin: 0 auto;
}
#header {
height: 140px;
width: 100%;
background-image: url(./images/header.png);
}
#social {
height: 24px;
width: 160px;
float: right;
margin-top: 112px;
}
.imgsocial{
margin-left: 3px;
}
#menucont {
height: 30px;
width: 100%;
}
#centro {
background-color: blue;
}
#content {
background-color: white;
width: 685px;
float: left;
}
#sidebar{
background-color: white;
float: right;
width: 185px;
}
#footer {
height: 5px;
width: 100%;
background-color: white;
clear: both;
}
.widget {
width: 175px;
margin-top: 20px;
}
.titolo_widget {
background-image: url("images/widget_title.png") ;
height: 30px;
border: none;
}