Bonjour,
Je ne comprends pas pourquoi IE8- n'affiche pas une image de fond, alors que les autres images de fond s'affichent correctement.
J'ai tenté:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 #right{float:right; width:325px; height:344px; margin-top:120px; padding-top:200px; background: url('images/right.jpg') no-repeat left top;} html > body #right {height: auto; min-height: 343px;}
J'ai tenté un clearfix sur la div
Code : Sélectionner tout - Visualiser dans une fenêtre à part #right{background:transparent;background-image: url('images/right.jpg')!important;background-repeat: no-repeat;background-position: left top;}
Mais rien n'y fait. Si quelqu'un a une idée...merci d'avance
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 .clearfix:after { clear: both; display: block; height: 0; font-size: 0; visibility: hidden; content: "."; } * html .clearfix { zoom: 1 } *:first-child+html .clearfix { zoom: 1 }
Voici l'adresse du site
Partager