Salve,

Ho questo tipo di problema su IE:

pagina

ho provato a intervenire nelle proprietà del DIV di pertinenza "div id="templatemo_middle"

ma non cambia niente.

Questo è la parte di codice del CSS:

codice:
#templatemo_middle {
	clear: both;
	width: 910px;
	height: 240px;
	padding: 30px;
	margin: 0 auto;
}

#templatemo_middle h2 {
	color: #000;
	margin-bottom: 40px;
}

#templatemo_middle p {
	margin-bottom: 15px;
}

#templatemo_middle p span {
	font-weight: bold;
}

#templatemo_middle #mid_left {
	float: left;
	width: 300px;
}

#templatemo_middle #mid_right {
	float: right;
	width: 550px;
}

#templatemo_middle .mid_more a {
	clear: both;
	float: right;
	display: block;
	width: 140px;
	height: 25px;
	padding: 15px 0 0 0;
	background: url(images/templatemo_banner_button.png) no-repeat;

	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#templatemo_middle .mid_more a:hover {
	text-decoration: underline;	
}
Qualche idea ?

Grazie