Ciao.
Vorrei mettere due banner all'interno dello stesso profilo MySpace: uno in alto (A) ed uno sotto alla navigation bar (B).
Ma i due banner mi si sovrappongono, finendo entrambi in alto.
Per A ho usato il codice che ho trovato qui:
http://www.ilnissardo.com/info-for-artists/tutorial-my-space/myspace-come-aggiungere-un-banner-in-alto-al-profilo/<style>div.topbanner {
top: 0;
left: 49%;
margin-left: -387px;
width: 800px;
height: 320px;
position: absolute;
}
body{
background-position:top center;margin-top: 320;}
</style>
<div class="topbanner">
<a href="URL_DEL_TUO_SITO" rel="nofollow">
<img src="URL_DELLA_TUA_IMMAGINE" border="0" height="320px" />
</a>
</div>
Mentre per B ho usato questo, trovato qui:
http://forum.ilnissardo.com/index.php/topic,53.0.html<style>
body div td td {
height:400px;
vertical-align:top;
background-image:url(url image );
background-repeat:no-repeat;
background-position:center top;}
td.text td, td.text div td td {
background-image:none; height:auto;}
</style>
Grazie a chiunque possa darmi una mano.