Bonjour, j'ai une petite question.
Je voudrais modifier monpour lui mettre un background-image. Ca fonctionne bien sur FF, mais sur IE ca me donne une ligne noire (au lieu des pointillés de l'image). Je ne comprend pas le problème.Code:< hr />
Est-ce un bug IE? Si oui comment le feinter?
Code:
1
2
3
4
5
6
7 hr{ background: url("points_x.gif") repeat-x top left; width:100%; border:none; height:1px; text-align:center; }