Bonjour, j'ai mis un input en position absolute tout fonctionne bien sauf dans IE7, il y aurait t'il un hack pour cela
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 #inputRecherche { text-align: left; position: absolute; left:50%; top: 22px; margin-left:277px; } #inputRecherche input { width: 150px; margin: 0px; }
Partager