buongiorno ragazzi non riesco a capire dov e l errore vi spiego con ie e tutto normale ma quando profo con mozzilla succede che innasi tutto vi dico ho creato un tag chiamato contenitore adesso dentro questo tag ho messo due in modo per creare due blocchi destro e sinistro adesso succede che in mozzilla questo testo me lo vede sotto la scritta copyright invece dovrebbe vedersi sopra posto il cod html magari voi che siete pi pratici capite dov e l errore
codice:
<body>
<div id="container">
		 <div id="flashcontent">
		  <div id="menu">
		

</p>
		<p align="center" class="style1">Welcome to RcwebAgency .

		We have detected that you do not have the Flash 6 player installed.

		Please Click Here
		to download the Flash plugin.</p>
		
    <p align="center" class="style1">[img]player.gif[/img] 
  </div>
  
    <script type="text/javascript">
			var fo = new FlashObject("flash/banner.swf", "Menu", "990", "350", "false", "");
			fo.addParam("quality", "high");
			fo.addParam("menu", "false");
			fo.write("menu");
		</script>
		<div id="containersinistro">
		<h2>mission</h2>
		

xxxxxxxxxxxxxxxxxxxxxxxhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

		xxxxxxxxxxxxxxxxxxxxxxxhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

		   hhhhhhhhhhhhhhhhhhhhhhhhhhhhhxxxx333333333333333333333333333</p>
		</div>
	   <div id="containerdestro">
	   <h2>mission</h2>
		

xxxxxxxxxxxxxxxxxxxxxxxxxxx333333333333333333333333333</p>
	   </div>
    </div>
	 
  <div class="power"><? echo _NOME_BOLD_ ; ?></div>
    <div id="footer">Copyright © 2006-2007 By : <? echo POWERED_BY ; ?>All rights reserved

    Note e informazioni legali</div>
  </div>
</body>
</html>
per farvi capire meglio posto anche il css anche se non siamo nella sezione adatta ma penso sia un prob di html e non degli stili comunque
codice:
html,body{
background-color: #cccccc;
margin: 0;

padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}


#container {
	width: 990px;
	margin: 0 auto;
	background-color: #eee;
	border-top: 3px solid #dddddd;
	border-left: 3px solid #dddddd;
	border-right: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
}
 #containersinistro
    {
	float : left;
	width : 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;

       
    }
    
    #containerdestro
    {
        float : right;
        width : 50%;
       
    }

.power{
margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #6699CC;
	background-attachment: fixed;
	background-color: #333333;

	width: 990px;
	height:  18px;
	
	}
	div#footer{
	width: 100%;
	text-align:center;
	background-color: #eee;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}