PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

[Résolu] Pas d'affichage sous Firefox

2 replies to this topic
#1
jeanmarc34

    PrestaShop Newbie

  • Members
  • Pip
  • 13 posts
Je passe régulièrement des heures pour des problèmes d'affichage avec IE, et maintenant c'est l'inverse.
Je veux mettre une image en fond du body, j'ai donc juste modifié le CSS du thème de base en ajoutant background-image et background no-repeat. L'affichage et bon sous IE mais rien avec Firefox.
Voici le code modifié

body {
background-color: white;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #5d717e;
text-align: center;
background-image: url(file:///F|/wamp/www/prestashop/themes/prestashop/img/bodyimage.jpg);
background-repeat: no-repeat;
}

/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
br.clear {
clear: both;
line-height: 0;
font-size: 0;
height: 0

La solution doit me crever les yeux car le thème a été abordé 100 fois sur ce forum mais je ne trouve pas!
Merci pour toutes suggestions

#2
Atch

    PrestaShop Fanatic

  • Moderators
  • 2918 posts
Bonsoir,

essayez, plutot :

background-image: url(../img/bodyimage.jpg);


V++

Atch

#3
jeanmarc34

    PrestaShop Newbie

  • Members
  • Pip
  • 13 posts
Un grand merci Atch
Je crois que je vais devoir me pencher sérieusement sur la structure de mon site!!
Encore merci