Voilà, j'essaye d'intégrer des blocs CSS sur un forum phpbb. Voici mon code:

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
 
.menu {
  background-color: lightergrey;
  position: absolute;
  padding-top: 100px;
  height: 100%;
  width: 150px;
}
 
.tablemenu {
width: 150px;
cellpadding= 150px;
background-color:  white;
border: 1px solid #000000;
padding: 10px;
}
 
 
.captionmenu {
background-color: #CC0000;
font-family: Arial;
color: white;
font-size: 11pt;
cellpadding= 150px;
width: 150px;
border: 1px solid #000000;
}
Puis je lance entete, menu, et contenu. Or, mon problème est le suivant: Un bon de mon en-tête dépasse... ça me gonfle. Voici le problème en image:

Cliquez ici Pour voir l'image

Une Idée?