Usando questo
codice:
#box1 {
		width:400px;
		height:400px;
		padding:20px;
		color:#000;
		background-color:rgb(0,0,255);
		background-color:rgba(0,0,255,0.5);
		}
		</style>
		<!--[if IE 7]>
		<style type="text/css">
		#box1{ background-color:rgb(0,0,255);}
		</style>
<![endif]-->
<!--[if IE 6]>
		<style type="text/css">
		#box1{ background-color:rgb(0,0,255);}
		</style>
<![endif]-->
che dovrebbe funzionare su tutti i browser IE (non ho provato gli altri IE) ma su IE8 non mi funziona.

Idee del perchè?

Ciao