Jump to content

[Résolu] Image de fond theme 130 merci d'avance


Recommended Posts

Bonjour à tous et à toutes

Je souhaite placer une image en fond mais je ne sais pas ou placer le lien

body {
   background: url(http://www.la-fenetre-de-toit.fr/themes/prestashop/img/fd.gif) repeat-x fixed top center;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   color: #5d717e;
   text-align: center




Maintenant

html, body {width:100%;height:100%;}
body {font:normal 12px "Arial", Arial, Helvetica, sans-serif;color:#8e8782;}

.bold {font-weight:bold;}
.strike {text-decoration:line-through;}
.clear {clear:both;}
br.clear {height:0;clear:both;overflow:hidden;font-size:0;line-height:0;}
noscript ul {list-style-type:none;background:black;color:white;padding:10px;}

.clearfix:after {clear:both;display:block;height:0;font-size:0;visibility:hidden;content:".";}
.clearblock {height:0;clear:both;overflow:hidden;font-size:0;line-height:0;}




Merci pour votre aide

Xphil

Link to comment
Share on other sites

oui mais si l'image se trouve dans le serveur du méme site pourquoi alors tu mets le chemin complet.
au lieu de :

url(http://www.la-fenetre-de-toit.fr/themes/prestashop/img/fd.gif) repeat-x fixed top center;


il faut mettre :

url(../img/fd.gif) repeat-x fixed top center;

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...