Bonjour,
je sais ecrire les conditions css pour IE mais pour chrome c'est comment ?

merci

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
<!--[if IE 7]>
<style type="text/css">
#titre {
width:772px;
height:25px;margin: 0 0 5px 1px;
padding:5px;
background: #D5DDF3;
border-top: #36C thin solid;
}
 
</style>
<![endif]-->