Jump to content

[Résolu] Pas d'affichage sous Firefox


Recommended 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

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...