Bonjour,
Dans IE8, quand je fais un zoom important sur la page d'accueil, les div ayant un background n'ont plus de width fixe , ils prennent de ce fait tout l'écran et au passage, le background no-repeat se "repeat" pour remplir le div.
Testé sur firefox, Opera, Chrome et Safari et IE8 (pas ie7)
j'ai pourtant:
La page:
http://rcm-avocats.fr/
La feuille:
http://rcm-avocats.fr/style.css
Une idée?
merci
Modifié par kayorn (27 May 2011 - 12:54)
Dans IE8, quand je fais un zoom important sur la page d'accueil, les div ayant un background n'ont plus de width fixe , ils prennent de ce fait tout l'écran et au passage, le background no-repeat se "repeat" pour remplir le div.
Testé sur firefox, Opera, Chrome et Safari et IE8 (pas ie7)
j'ai pourtant:
/* accueil */
#titre_accueil{background:url(img/accueil_marianne.jpg) top center no-repeat;width:674px;}
/* clada */
#titreC{ background:url(img/accueilClada.jpg) top left no-repeat;width:674px;}
/* romani */
#titreR{ background:url(img/accueilRomani.jpg) top left no-repeat;width:674px;}
/* maroselli */
#titreM{ background:url(img/accueilMaroselli.jpg) top left no-repeat;width:674px;}
La page:
http://rcm-avocats.fr/
La feuille:
http://rcm-avocats.fr/style.css
Une idée?
merci
Modifié par kayorn (27 May 2011 - 12:54)