Jump to content

Problème Bloc Catégories sous IE


fabhardcore

Recommended Posts

Bonjour,

 

J'ai un soucis avec l'image de fond de mon site qui disparaît sous IE , aucuns problèmes avec Firefox,Safari,Chrome.

 

Je me suis rendu compte que quand je désinstallais le module de Catégories, mon fond réapparaissait.

 

site http://mediavierges.com =>ici le fond sur l'accueil pas de soucis

 

problème IE http://www.mediavierges.com/10-bluray =>plus fond écran seulement dans les produits

 

 

Pouvez-vous m'aider ?

 

Merci

Link to comment
Share on other sites

Bonjour

 

Ton CSS n'est pas bon !

 

Tu as 2 body qui s'affichent en meme temps, , ce qui créer conflit !!

10-bluray.css

body {
   background: url("/themes/modern/css/modules/fctcustomize/background/black.jpg") repeat-x scroll center top #555555;
}

 

http://www.mediavierges.com/themes/modern/css/global.css

body {
   background: none repeat scroll 0 0 #FFFFFF;
   color: #222222;
   font: 11px/14px Arial,Verdana,sans-serif;
}

 

Supprime le body de ton 10-bluray.css

Et modiffé ton global.css en ajoutant ton background:

body {
   background: url("/themes/modern/css/modules/fctcustomize/background/black.jpg") repeat-x scroll center top #555555;
   color: #222222;
   font: 11px/14px Arial,Verdana,sans-serif;
}

 

Sinon j'ai une question avec ce background, pourquoi un repeat-x ?

 

Cordialement

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