wonki
27 déc. 2011 à 09:04
Bonjour, Merci d'avoir répondu.
Voici un bout de mon css :
body {
background-image:url(../../images_Site/Background.jpg);
background-repeat:repeat-x;
font: 12px/20px 'Droid Sans', arial, serif;
line-height:20px;
/* Prevents Mobile Safari from bumping up font sizes in landscape */
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgb(255,255,0);
}
::selection {
background-image:url(../../images_Site/Background.jpg);
background-repeat:repeat-x;
/* Safari */
color:#fdfdfa;
}
::-moz-selection {
background-image:url(../../images_Site/Background.jpg);
background-repeat:repeat-x;
/* Firefox */
color:#fdfdfa;
Et enfait, lorsque je ne met pas de background-image, tous les hover et js fonctionnent. Par contre depuis que j'ai mis ce background-image, il y a un bug d'affichage. C'est pourquoi j'ai remis le background dans ces 3 parties. Mais toujours sans résultat.