Comment afficher mon fond d'écran sur myspace

Fermé
baptiste - 27 mars 2008 à 20:14
BartWadela Messages postés 557 Date d'inscription samedi 7 juillet 2007 Statut Membre Dernière intervention 3 février 2010 - 27 mars 2008 à 23:10
Bonjour,

Je souhaiterai savoir comment mettre un fond d'écran sur mon myspace.
J'ai les codes, le site d'hébergement, tout, mais quand je rentre les codes dans mon profil, seulement autres paramètres changent (couleurs, polices, etc...) mais mon fond d'écran ne s'affiche pas...
voilà mon code :

<style>body {background-image:url(http://www.filefreak.com/pfiles/view/53645/My%20Documents/Logo2.);background-attachment: fixed;background-repeat:no-repeat;background-color:000000}table, tr, td {background-color:transparent;}table, td{ background-color:transparent; } table table table{ background-color:202020; border-color:FFFFFF; border-style:solid; border-width:1px; }
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:FFFFFF; font-weight:bold; font-style:normal;}.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:FFFFFF; font-weight:no}

table table table, div table table{
opacity:0.85;
..-opacity:0.85
filter:alpha(opacity=100);
}
</style>
A voir également:

1 réponse

BartWadela Messages postés 557 Date d'inscription samedi 7 juillet 2007 Statut Membre Dernière intervention 3 février 2010 106
27 mars 2008 à 23:10
Pouahh qu'est-ce que c'est que ce code !!!!!!

t'as touche entrée est cassée sur ton clavier ?!??

alors ....


<style>

body 
{
background-image:url(http://www.filefreak.com/pfiles/view/53645/My%20Documents/Logo2.); background-attachment:fixed;
background-repeat:no-repeat;
background-color:000000
}

table, tr, td
{
background-color:transparent;
}

Tiens deux fois table ?!??
table, td
{
background-color:transparent;
}

Tiens trois fois table ?!??
table table table
{
background-color:202020; 
border-color:FFFFFF; 
border-style:solid; 
border-width:1px;
}

body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited
{
color:FFFFFF; 
font-weight:bold; 
font-style:normal;
}

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext
{
color:FFFFFF; 
font-weight:no;
}

table table table, div table table
{
opacity:0.85;
..-opacity:0.85;
filter:alpha(opacity=100);
}
</style>


voila c'est un peu plus propre...

t'avais oublié qq ;
t'as oublié l'extension du fichier Logo2.???


apres jsai pas fais un fichier .css ce sera beaucoup plus simple pour les modif apres ... ah bah non c'est myspace...désolé
0