|
|
|
|
Configuration: Windows Vista Firefox 3.0.1
|
Bonjour
Il faut regler la propriété css "line-height: 14px;" a chaque fois car par defaut une ligne fais plus de 14px de hauteur et du coup il adpate la div Autre chose il ne faut pas laisser une div vide, si tu n'a pas de texte a ecrire dedans il faut mettre un pour qu'il cré quand même une ligne div.men_haut { display: block; width: 208px; height: 14px; margin-top: 20px; background: url(men_h.png); line-height: 14px; } div.men_milieu { display: block; width: 208px; height: 14px; background: url(men_m.png) repeat-y; line-height: 14px; } div.men_bas { display: block; width: 208px; height: 14px; background: url(men_b.png); line-height: 14px; } <div class="men_haut"> </div> <div class="men_milieu">ici le contenu de mon tableau</div> <div class="men_bas"> </div> Normalement ça marche La sportivité commence là où le diesel s'arrête ! You can still watch this ? Wait until the Vtec kick in ! |
|
j'ajoute juste qu'il fallait réduire la taille de la police aussi :
font-size: 0pt; sinon cela ne marchait pas. merci pour l'indication !! |
Résultats pour [CSS] probleme affichage tableau IE
Résultats pour [CSS] probleme affichage tableau IE
Résultats pour [CSS] probleme affichage tableau IE
Résultats pour [CSS] probleme affichage tableau IE
Résultats pour [CSS] probleme affichage tableau IE