Cette propriete ne veut pas fonctionner... Pourquoi ?
Code:
1
2
3
4
5
6 <div class="bloc_titre_btn_liste{-- $cadre_liste.popup --}"> <span class="bloc_titre_liste">{-- $tete_tab.titre --}</span> <span class="bloc_btn_liste">{-- $tete_tab.btn_haut --}</span> <div class="cleared"> </div> </div>
Si c'était possible de me donné une indication :)Code:
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
28
29
30
31 div.bloc_titre_btn_liste { background-image:url(../images/commun/bandeau_haut_pdv.jpg); background-repeat:no-repeat; text-align:left; vertical-align:middle; width:980px; height:26px; } .bloc_titre_liste { color: #FFFFFF; font-size: 14px; font-weight: bold; margin-left:15px; float:left; } .bloc_btn_liste { margin-right:15px; float:right; } .cleared { clear: both; height:0px; margin:0px; padding:0px; line-height:0px; font-size:1px; }