Bonjour à tous,
je rencontre un petit souci sous ie7,
en effet, j'insère des images dans mon contenu de cette manière :
- html
-css
j'ai même tenté la manip' suivante, mais rien ne change :
auriez vous une suggestion ?
merci d'avance
Modifié par Guim (13 Oct 2008 - 10:52)
je rencontre un petit souci sous ie7,
en effet, j'insère des images dans mon contenu de cette manière :
- html
<div id="choix_fond">
<img class="img1" src="/Icons/img/vide.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img2" src="/Icons/img/vert.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img3" src="/Icons/img/bleu.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img4" src="/Icons/img/marron.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img5" src="/Icons/img/blanc.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
</div>
-css
.img1, .img2, .img3, .img4, .img5 {float:left;border-color:#ccc;height:256px;width:66px;margin-top:-3px;padding:2px}
j'ai même tenté la manip' suivante, mais rien ne change :
<div id="choix_fond">
<img class="img1" height="256" width="66" src="/Icons/img/vide.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img2" height="256" width="66" src="/Icons/img/vert.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img3" height="256" width="66" src="/Icons/img/bleu.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img4" height="256" width="66" src="/Icons/img/marron.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
<img class="img5" height="256" width="66" src="/Icons/img/blanc.gif" alt="" title="" dojoType="mymodule.imageReflect" reflectHeight="20" reflectStart="0.3"/>
</div>
auriez vous une suggestion ?
merci d'avance
Modifié par Guim (13 Oct 2008 - 10:52)