28112 sujets

CSS et mise en forme, CSS3

bonjour à tous Smiley cligne
je ne comprend pas mon problème avec caption
voici mes codes

caption {
    caption-side:   bottom;
    background:    #a9a9a9 url('../Icons/back.gif');
    font-size:        12px;
}



        <div class=" container3_Optimisation marg_top border_principal marg_auto corner_top corner_bottom">
            <table>
                <caption>toto</caption>
                <tr>
                    <?php include 'toto.php';?>
                    <?php include 'tata.php';?>
                </tr>
                <div class="titi"></div>
            </table>
        </div>

même caption-side ne fonction pas je tourne en rond et je ne sait pas pourquoi

merci de vos réponses Smiley smile
Modifié par totoche89 (29 Nov 2020 - 08:57)