Bonjour;

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
.blocForm{
  border: none; 
  background-color: #c0c0c0;
  background-image: url(log_gradient.jpg);
  background-repeat: repeat-y;
  background-position: right;
  width: 900px;
  margin-bottom:15px;
  margin-left: 15px;
}
 
.blocForm div{
  margin-right: 20px;
  float: left;    
}

<div class="blocForm"></div>
Le background image pour ce style marche sur explorer 7 mais pas sur mozilla, et je ne comprends pas pourquoi.



Merci