j ai un petit probleme de css , mon style qui decrit une barre verticale :
.barre_grise {
background-attachment: fixed;
background-image: url('http://www.blablabla/pix_gris.gif');
background-repeat: repeat-y;
background-position: center bottom;
padding:0px; margin:0px;
}
+
<td class="barre_grise"> </td>
s affiche sous firefox mais pas sous ie , une idee ?