Bonjour,
J'aie un petit soucis de compatibilité avec mes CSS et IE8 (encore un ....)
Ci-joint mon fichier.
Resultat tout beau sous firefox mais pas sous IE8.
Ci-dessous pour faire plus rapide la partie CSS :
Si quelqu'un a une idée ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38 #monForm { display:inline; float:left; overflow:hidden; padding:0px; width:278px; height:18px; margin-left:30px; margin-top:10px; border-bottom:1px solid #6A6A6A; margin-left:100px; } #monForm input[type="text"] { border:0px; background:transparent; width:180px; margin-left:10px; font-size:12px; color:##04B404; outline:none; } #monForm input[type="submit"] { border:0px; background:transparent; font-size:12px; color:#6C3306; width: 27%; } #monForm input[type="submit"]:hover { background-color: #6C3306; color:#F4EBDA; cursor: pointer; }
Merci pour votre aide
Thais
Partager