[Résolu] image firefox start

Vos requêtes concernant Mozilla Firefox, le navigateur Gecko alternatif, ne trouvèrent point de réponses lorsque vous cherchâtes ? Toute l'équipe Geckozone est prête à vous aider.

Modérateurs : nico@nc, Mori, jpj, myahoo

erickman
Salamandre
Messages : 48
Inscription : 28 déc. 2010, 03:13

Re: image firefox start

Message par erickman »

Code : Tout sélectionner

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/firefox"),url-prefix("http://google.com/firefox"),
url-prefix("http://www.google.ca/firefox"),url-prefix("http://google.ca/firefox"){
/*my account area*/
body>*:not(center),
/*web images groups news maps*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child table:not([width="100%"]),

/*side border*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td:not([width="100%"]),

/*bottom border*/
#frame>tbody>tr:first-child+tr+tr+tr,

/*whitespace*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child>tbody>tr>td:not([width="100%"]),

#frame>tbody>tr:first-child,
#frame>tbody>tr:last-child,
/*ff logo*/
#frame>tbody>tr:first-child+tr
{display:none!important}

body{background:#FFF!important}
}
 
Dernière modification par erickman le 30 déc. 2010, 05:22, modifié 2 fois.
erickman
Salamandre
Messages : 48
Inscription : 28 déc. 2010, 03:13

Re: image firefox start

Message par erickman »

jpj a écrit :
erickman a écrit :non je tai deja dit quil ny avait pas de sujet sur tes deux meme lien MDR
Je n'ai jamais dit que tu y trouverais la "recette". C'est juste la méthode. Ensuite, avec ce que te dit Freddy, il n'y a plus qu'à adapter.
jpj a écrit :
erickman a écrit :non je tai deja dit quil ny avait pas de sujet sur tes deux meme lien MDR
Je n'ai jamais dit que tu y trouverais la "recette". C'est juste la méthode. Ensuite, avec ce que te dit Freddy, il n'y a plus qu'à adapter.
Avec celui la que j'ai trouver sur un autre site [anglais]
je peux manoeuvrer un peu

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/firefox"),url-pre ... om/firefox"),
url-prefix("http://www.google.ca/firefox"),url-pref ... ca/firefox"){
/*my account area*/
body>*:not(center),
/*web images groups news maps*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child table:not([width="100%"]),

/*side border*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td:not([width="100%"]),

/*bottom border*/
#frame>tbody>tr:first-child+tr+tr+tr,

/*whitespace*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child>tbody>tr>td:not([width="100%"]),

#frame>tbody>tr:first-child,
#frame>tbody>tr:last-child,
/*ff logo*/
#frame>tbody>tr:first-child+tr
{display:none!important}

body{background:#FFF!important}
}
erickman
Salamandre
Messages : 48
Inscription : 28 déc. 2010, 03:13

Re: image firefox start

Message par erickman »



voila .. j'ai reussi , a force de jouer ...
merci a freddy et les autres , qui m'ont aider
a mon resultat , je vous donne exactement ce que
j'ai fait , et la ou j'en suis rendu , c'est pas mal ce que je recherchais.
[/b]

Image


Change Le Fond Blanc De firefox Start Par Une Image

Code : Tout sélectionner

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/firefox"),url-prefix("http://google.com/firefox"),
url-prefix("http://www.google.ca/firefox"),url-prefix("http://google.ca/firefox"){
/*my account area*/
body>*:(center),
/*web images groups news maps*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child table:not([width="100%"]),

/*side border*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td:not([width="100%"]),

/*bottom border*/
#frame>tbody>tr:first-child+tr+tr+tr
{display:none!important}
/*whitespace*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child>tbody>tr>td:not([width="100%"]),


#frame>tbody>tr:last-child,
#frame> tbody> tr:first-child +tr +tr +tr
{display:none!important}


body{background-image: url("http://data.imagup.com/5/1108178794.png") !important;
}

Ou Si vous voulez appliquer votre image de fond pour tous les sites que vous visiter : voici le code
[/b]

Code : Tout sélectionner

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/firefox"),url-prefix("http://google.com/firefox"),
url-prefix("http://www.google.ca/firefox"),url-prefix("http://google.ca/firefox")

/*my account area*/

body>*:(center),
/*web images groups news maps*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child table:not([width="100%"]),

/*side border*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td:not([width="100%"]),

/*bottom border*/
#frame>tbody>tr:first-child+tr+tr+tr
{display:none!important}
/*whitespace*/
#frame>tbody>tr>td>table[width="100%"]>tbody>tr>td table:only-child>tbody>tr>td:not([width="100%"]),


#frame>tbody>tr:last-child,
#frame> tbody> tr:first-child +tr +tr +tr
{display:none!important}


body{background-image: url("http://front1.monsterup.com/upload/1293687857988.gif") !important;

}

[Modération] Ceux qui veulent voir l'image proposée iront ici : http://www.monsterup.com/image.php?url= ... 857988.gif
Un énorme gif animé de 1 Mo, c'est à la fois lourd et lourd. Merci.
Dernière modification par nico@nc le 09 janv. 2011, 18:11, modifié 2 fois.
Raison : suppression image animée
erickman
Salamandre
Messages : 48
Inscription : 28 déc. 2010, 03:13

Re: [Résolu] image firefox start

Message par erickman »

ca vous en bouche un trou :D
Avatar de l’utilisateur
jpj
Animal mythique
Messages : 25261
Inscription : 01 août 2005, 15:38

Re: [Résolu] image firefox start

Message par jpj »

erickman a écrit :ca vous en bouche un trou :D
Je t'invite vivement à lire le charte du forum.
► Si votre problème est [Résolu], svp, marquez-le.
► Pas de support par mp, l’aide se fait sur le forum.
erickman
Salamandre
Messages : 48
Inscription : 28 déc. 2010, 03:13

Re: [Résolu] image firefox start

Message par erickman »

jpj a écrit :
erickman a écrit :ca vous en bouche un trou :D
Je t'invite vivement à lire le charte du forum.
je bocoup chose dautre a faire que , et plus interesant :D
Avatar de l’utilisateur
jpj
Animal mythique
Messages : 25261
Inscription : 01 août 2005, 15:38

Re: [Résolu] image firefox start

Message par jpj »

erickman a écrit :
jpj a écrit :
erickman a écrit :ca vous en bouche un trou :D
Je t'invite vivement à lire le charte du forum.
je bocoup chose dautre a faire que , et plus interesant :D
Eh bien, tu vas aller les faire ailleurs durant 24 heures … pour commencer.
► Si votre problème est [Résolu], svp, marquez-le.
► Pas de support par mp, l’aide se fait sur le forum.
Répondre

Qui est en ligne ?

Utilisateurs parcourant ce forum : Google [Bot], Semrush [Bot] et 4 invités