B-Mag 2386
| Posté : 20-01-2013 18:56
oui c'est bien article et c'est avec cette methode que j'ai fait le test cité plus bas.
http://bmag.phpnet.org/index.php?op=edito
une mise en page Html avec les metamot
Un poil de CSS pour les deux colonnes sans tableau, sinon Ji va me taper sur le tête ( )
deux div Col1 et col2 et ca marche avec
#col1, #col2 {
display:table-cell;
background-color: #CCC;
padding: 10px;
}
#col1 {
width:50%;
vertical-align: text-top;
}
#col2 {width:50%;
vertical-align: text-top;}
|