PrestaShop Forums: [Résolu] Pas d'affichage sous Firefox - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


[Résolu] Pas d'affichage sous Firefox


[Résolu] Pas d'affichage sous Firefox

#1 jeanmarc34

    PrestaShop Newbie

  • 07 Mar 2010
  • Members
  • Pip
  • 13 posts

Posted 29 July 2010 - 12:17 PM

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

    PrestaShop Newbie

  • 15 Dec 2011
  • Members
  • Pip
  • 0 posts

Posted 29 July 2010 - 03:01 PM

Bonsoir,

essayez, plutot :

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


V++

Atch

#3

    PrestaShop Newbie

  • 15 Dec 2011
  • Members
  • Pip
  • 0 posts

Posted 29 July 2010 - 03:52 PM

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





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users