Ciao raga,

il background non vuole andare via!!



questo è il foglio di style:


Codice PHP:
htmlbody {
        
padding0px 0px;
        
margin0px 0px;
        
width100%;
        
text-aligncenter;
        }
        
body{background#fff url(./image/sfondo.jpg) repeat-y center;
        
}
        
#container {
            
width766px;
            \
width786px;
            
w\idth766px;
            
/*border: 1px solid gray;*/
            
margin0px 0px;
            
margin-leftauto;
            
margin-rightauto;
            
padding0px;
        }

        
#banner {
            /*height:240px;*/
            
margin:0px 0px;
            
padding0px 0px;
            
background#fff url(./image/banner.jpg);
        
}

        
#content {
            
font0.9em GeorgiaTimesserifVerdana;
            
/*height:230px;*/
            
margin:0px 0px;
            
padding0px 0px;
            
background#fff url(./image/content.jpg) repeat-y center;;
        
}
        
        
div#content img{ border:1px solid;
        
}
        
        
div.split2 div {margin-left5 pxmargin-bottom30pxpadding:0pxtext-align:left;
        }
        
div.split2 img {floatleftmargin-left2pxmargin-right5px
        }
        
        
div.split div {float:leftmargin-left15 pxmargin-bottom30pxpadding:0pxtext-align:center;
        }
        
div.split img {margin-left10pxmargin-right20px
        }
        
div.split p {margin-left5pxmargin-right5pxtext-alignleft;
        }

        
#footer {
            /*height:320px;*/
            
clearboth;
            
padding0px;
            
margin-top0px;            
            
background#fff url(./image/footer.jpg) no-repeat;
        
}
        
        
table {
            
margin0px 0px 0px 60px;
            
border-collapsecollapse;
        }    

        
table td {
            
fontbold 0.9em GeorgiaTimesserifVerdanatext-align:centermargin-left50pxpadding0px 0px;
        }
        
        
table a {
            
fontbold 0.9em GeorgiaTimesserifVerdanacolor:#FFF;
        

la pagina
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>pagina</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
			<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="766" height="650" id="content" align="middle">
			<param name="allowScriptAccess" value="sameDomain" />
			<param name="movie" value="content.swf" />
			<param name="quality" value="high" />
			<param name="wmode" value="transparent" />
			<param name="bgcolor" value="#ffffff" />
			<embed src="content.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="766" height="650" name="content" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
			</object>
</body>
</html>
anche se non richiamo il DIV CONTENT.. mi piazza sempre lo SFONDO che ho assegnato al #CONTENT!!

La cosa non succede se scrivo solo il testo.. ma appena piazzo l'object mi rompe le uova nel paniere

come se ne esce?



dies