Guardate questo css
codice:
<style type="text/css">
	#chat_panel{
		width:442px;
		height:343px;
	}
	
	#chat_panel .cnt{
		height:323px;
		background:url(../variousProject/AJPChat/style/images/chatpanel_bg_b.png) repeat-y;
	}
	
	#chat_panel .top{
		background:url(../variousProject/AJPChat/style/images/chatpanel_bg_up.png) no-repeat;
		height:10px;
	}
	
	#chat_panel .bottom{
		background:url(../variousProject/AJPChat/style/images/chatpanel_bg_dw.png) no-repeat;
		height:10px;
	}
</style>
codice:
	<div id="chat_panel">
            <div class="top"></div>
            <div class="cnt"></div>
            <div class="bottom"></div>
	</div>
Con firefox mi si vede correttamente, con IE invece mi si vede "aperto" come mai?

Qui la pginetta già pronta per vedere l'errore http://allejp.netsons.org/varie/quadtest.html