hicquis Posted May 28, 2011 Share Posted May 28, 2011 Bonsoir à tous,j'ai une petite question (oui on s'en doute neuneu) j'ai acheté un thème sur DDLX que j'ai un petit peu mis à ma sauce. mais j'aimerai avoir un fond transparent la ou il y a l'image "catégorie" pouvez-vous le guider ? REGARDEZ ICImerci beacoup Link to comment Share on other sites More sharing options...
Giga_Boss Posted May 31, 2011 Share Posted May 31, 2011 Salut,Je vois pas l'image "catégorie"... ? Link to comment Share on other sites More sharing options...
Maury Girard Posted June 1, 2011 Share Posted June 1, 2011 Bonjour HicquisVous dite avoir acheter un thème chez DDLX, pourquoi ne pas profiter de leur SAV , vous en avez le droits et ils répondent rapidement. et Sinon voici un exemple à remplacer dans votre global.css au niveau de Body }body { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FFFFFF url(../img/fond.png) fixed center center; background-color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #601060; text-align:center; } “background:#FFFFFF url(../img/fond.png*)” *fond = votre image pour votre fondINFO:Pour un image en transparent , n'oubliez pas que les ancienne version de IE ne prenent pas en compte le .png.Voici en pièce jointe votre image (que vous pouvez modifier comme bon vous semble )A mettre dans le répertoire “ \img\ “ de votre thème--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Sinon, si vous désirez avoir 1 fond différent sur la même boutique après chaque actualisation de ou des pages de votre site.Il faut pour cela, éditer le fichier header.tpl qui se trouve dans le dossier de votre Thème et remplacer le body par celui-ci : <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> Par un code.Je vous l'adresse en pièce jointe nomé script.txt, car le forum ne prend pas en compte ce code.Il faut également éditer le fichier global.css et rajouter juste au-dessus de body ces quelques lignes : .fond1 { background: #ffffff url('../img/01.jpg') no-repeat scroll center top; } .fond2 { background: #ffffff url('../img/02.jpg') no-repeat scroll center top; } .fond3 { background: #ffffff url('../img/03.jpg') no-repeat scroll center top; } Voila c’est tout…!Cordialement, Script.txt Link to comment Share on other sites More sharing options...
matdollars Posted June 24, 2011 Share Posted June 24, 2011 Maury,Ton code est génial.Mais je voudrais faire un truc en plus, c'est a dire que voudrais qui n y est que le body de la page d'accueil qui change, et donc le body de toutes les autres pages serait le même et fixe, comment faire ?Merci. Link to comment Share on other sites More sharing options...
matdollars Posted June 24, 2011 Share Posted June 24, 2011 je pense qu'il faut dire au script de s'appliquer qu'au body id="index" et dans le css mettre le background du body classique pour tout les autres body. mais je ne serait pas modifié le code. Link to comment Share on other sites More sharing options...
matdollars Posted June 27, 2011 Share Posted June 27, 2011 Bonjour Maury Girard,Est-ce que tu peux m'aider ?Merci. Link to comment Share on other sites More sharing options...
Vincent Decaux Posted June 27, 2011 Share Posted June 27, 2011 Tu réponds à ta question dans ton message... Après, il faut avoir un minimum de base en CSS, oui c'est certain ! body { background:url('../img/bg_general.jpg') no-repeat; } body#index { background:url('../img/bg_index.jpg') no-repeat; } Link to comment Share on other sites More sharing options...
matdollars Posted June 27, 2011 Share Posted June 27, 2011 Oui ça je l'ai fait mais ma question est:Je veux que le script de Maury Girard ne fonctionne que pour la page d'accueil. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now