bonjour,
je voudrais savoir si il est possible de mettre une bordure à des "espaces" DIV.
La partie du code est la suivante :
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
 
 
div {
  text-align:center;
  background-color:aliceblue;
   }
div#bandeau {
  width:950px;
  height:175px;
  }
div#menu {
  float:left;
  width:275px;
  height:800px;
  }
div#contenu {
  float:left;
  width:675px;
  height:800px;
  }
div#pied_page {
  clear:both;
  width:950px;
  height:150px;
  }

J'ai essayé les border-color. marche pâs.

merci