Jump to content

Affichage background sur Iphone


Recommended Posts

Bonjour à tous ,

Nous avons remarqué un problème d'affichage du template (Background et Page) de notre site http://www.e-novelec.fr/ sur l'Iphone.
Pourtant les tests sur émulateur iPhone (iPhoney...) fonctionnent bien.
Sur Safari, FF, Chrome ou IE : à priori il n'y a plus de problème depuis l'année dernière, mais sur iPhone, il y a une sorte de compression des images.

Une idée de l'origine du bug ?

Merci

Link to comment
Share on other sites

actuellement j'ai dans le body :

body {
background : #ffffff url('../img/ciel.jpg') repeat fixed 0 0;
color: #7c7771;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 11px;
margin-top: 30px;
text-align: center
}

et sur la page :

#page {
background-image : url('../img/blanc.jpg');
background-position: center 165px;
background-repeat: no-repeat;
margin: 0 auto 30px auto;
text-align: left;
width: 1010px;
-webkit-box-shadow: 0 0 20px #222222;
-moz-box-shadow: 0 0 20px #222222
}

Link to comment
Share on other sites

  • 3 months later...

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