Bonjours à tous,
je développe essentiellement sous linux, donc la verif avec IE n'est pas simple;
Je viens de m'apercevoir que mes div de titre étaient comletement décaller, et je n'arrive pas a régler le problème:
voici le code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 <div class='h3_top'></div> <div class='h3_corps'><?php echo $donnees['titre'];?></div> <div class='h3_bottom'></div>Merci
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 .h3_top { background-image: url('images/h3_title_top.png'); background-repeat: no-repeat; height: 8px; margin: 0; padding: 0; } .h3_corps { background-image: url('images/h3_title.png'); margin: 0; padding: 0; text-align:center; } .h3_bottom { background-image: url('images/h3_title_bottom.png'); background-repeat: no-repeat; height: 9px; margin: 0; padding: 0; }![]()
Partager