IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Mise en page CSS Discussion :

Bordures de tableaux non uniformes


Sujet :

Tableau en CSS

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé Avatar de zozoman
    Homme Profil pro
    Futur ex-prof
    Inscrit en
    Décembre 2007
    Messages
    119
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Allier (Auvergne)

    Informations professionnelles :
    Activité : Futur ex-prof
    Secteur : Enseignement

    Informations forums :
    Inscription : Décembre 2007
    Messages : 119
    Par défaut Bordures de tableaux non uniformes
    Bonjour à tous,

    J'ai une page qui contient 6 tableaux. J'ai un fichier php et un fichier CSS.

    Mon problème est que mes bordures de tableau n'ont pas la même largeur, certaines lignes verticales ou horizontales sont très fine ou non visibles. De plus, le phénomène ne se produit pas aux m^mes endroits dans mes tableaux.

    Pourriez vous m'aider ?

    Je vous donne une partie du code HTML de mon tableau et une partie du CSS

    Code HTML : 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
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
     
     <section id="creationFAJ">
     
                    <h2>Créer une feuille d'analyse</h2>
                       <form action="" method="POST">
                           <table class="formSimple">
                               <tbody><tr>
                                   <td>Métal</td>
                                   <td>
                                       <select name="metal" id="metal" onchange="change2();">
                                           <option value="" selected="selected"></option>
                                           <option value="Ag">Ag</option>
                                           <option value="Au">Au</option>
                                           <option value="Ni">Ni</option>
                                           <option value="Pd/Ni">Pd/Ni</option>
                                           <option value="Sn">Sn</option>
                                           <option value="Sn/Pb">Sn/Pb</option>
                                           <option value="Stripper">Stripper</option>
                                       </select>
                                   </td>
                               </tr>
                           </tbody></table>
                       </form>
     
     
                    <div id="divRetour2"><form id="formCreerFaj" action="" method="POST" onsubmit="return verifierCreerFAJ();">
       <h4>Nom de la fiche d'analyse journalière :        <input name="nomFAJ" id="nomFAJ" size="20" value="" maxlength="20" type="text"></h4>   <br>   <br>   <table class="tblFAJ">
           <caption>Analyses de routine avant ajouts</caption>
           <thead bgcolor="#FFC0CB">
               <tr>
                   <th class="col1" rowspan="2">Référence Bain</th>
                   <th class="col234" rowspan="2" colspan="3">Compteur journalier<br>RAZ si analyse</th>
                   <th class="coli">
                       <select name="param[0]" id="param[0]" class="nParam">
                           <option value="">Nom param</option>
                           <option value="Ajout">Ajout</option>
                           <option value="Impuretés Au">Impuretés Au</option>
                           <option value="Impuretés Cu">Impuretés Cu</option>
                           <option value="Impuretés Fe">Impuretés Fe</option>
                           <option value="Impuretés Ni">Impuretés Ni</option>
                           <option value="Impuretés Pb">Impuretés Pb</option>
                           <option value="Impuretés Sn">Impuretés Sn</option>
                           <option value="Impuretés Zn">Impuretés Zn</option>
                           <option value="Niveau">Niveau</option>
                           <option value="Volume Bain">Volume Bain</option>
                       </select>
                   </th>
                   <th class="coli">
                       <select name="param[1]" id="param[1]" class="nParam">
                           <option value="">Nom param</option>
                           <option value="Ajout">Ajout</option>
                           <option value="Impuretés Au">Impuretés Au</option>
                           <option value="Impuretés Cu">Impuretés Cu</option>
                           <option value="Impuretés Fe">Impuretés Fe</option>
                           <option value="Impuretés Ni">Impuretés Ni</option>
                           <option value="Impuretés Pb">Impuretés Pb</option>
                           <option value="Impuretés Sn">Impuretés Sn</option>
                           <option value="Impuretés Zn">Impuretés Zn</option>
                           <option value="Niveau">Niveau</option>
                           <option value="Volume Bain">Volume Bain</option>
                       </select>
                   </th>
                   <th class="coli">
                       <select name="param[2]" id="param[2]" class="nParam">
                           <option value="">Nom param</option>
                           <option value="Ajout">Ajout</option>
                           <option value="Impuretés Au">Impuretés Au</option>
                           <option value="Impuretés Cu">Impuretés Cu</option>
                           <option value="Impuretés Fe">Impuretés Fe</option>
                           <option value="Impuretés Ni">Impuretés Ni</option>
                           <option value="Impuretés Pb">Impuretés Pb</option>
                           <option value="Impuretés Sn">Impuretés Sn</option>
                           <option value="Impuretés Zn">Impuretés Zn</option>
                           <option value="Niveau">Niveau</option>
                           <option value="Volume Bain">Volume Bain</option>
                       </select>
                   </th>
                   <th class="coli">
                       <select name="param[3]" id="param[3]" class="nParam">
                           <option value="">Nom param</option>
                           <option value="Ajout">Ajout</option>
                           <option value="Impuretés Au">Impuretés Au</option>
                           <option value="Impuretés Cu">Impuretés Cu</option>
                           <option value="Impuretés Fe">Impuretés Fe</option>
                           <option value="Impuretés Ni">Impuretés Ni</option>
                           <option value="Impuretés Pb">Impuretés Pb</option>
                           <option value="Impuretés Sn">Impuretés Sn</option>
                           <option value="Impuretés Zn">Impuretés Zn</option>
                           <option value="Niveau">Niveau</option>
                           <option value="Volume Bain">Volume Bain</option>
                       </select>
                   </th>
                   <th class="coli">
                       <select name="param[4]" id="param[4]" class="nParam">
                           <option value="">Nom param</option>
                           <option value="Ajout">Ajout</option>
                           <option value="Impuretés Au">Impuretés Au</option>
                           <option value="Impuretés Cu">Impuretés Cu</option>
                           <option value="Impuretés Fe">Impuretés Fe</option>
                           <option value="Impuretés Ni">Impuretés Ni</option>
                           <option value="Impuretés Pb">Impuretés Pb</option>
                           <option value="Impuretés Sn">Impuretés Sn</option>
                           <option value="Impuretés Zn">Impuretés Zn</option>
                           <option value="Niveau">Niveau</option>
                           <option value="Volume Bain">Volume Bain</option>
                       </select>
                   </th>
               </tr>
               <tr>
                   <th class="coli">
                       <select name="unite[0]" id="unite[0]">
                           <option value="">Unite</option>
                           <option value="10"></option>
                           <option value="2">°C</option>
                           <option value="7">%</option>
                           <option value="4">g</option>
                           <option value="6">g/L</option>
                           <option value="3">kg</option>
                           <option value="1">L</option>
                           <option value="9">mg/Amn</option>
                           <option value="11">mg/L</option>
                           <option value="15">mL</option>
                           <option value="8">mL/L</option>
                           <option value="14">mS/cm</option>
                           <option value="5">ppm</option>
                       </select>

    Code CSS : 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
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
     
    {
        padding : 0px;
        margin : 0px;
        font-family: century;
        text-decoration: none;
        color : black;
        list-style-type : none;
    }
     
    p,a
    {
        font-size : 1em;
    }
     
    body
    { 
        position : relative;
        background-color : black;
    }
     
    header, #blocCentral, footer
    {
        width : 97%;
        border : 3px solid grey;
        border-radius : 10px;
        margin-top : 5px;
        margin-bottom : 5px;
        margin-left : auto;
        margin-right : auto;
        background-color : #FFCC00;
    }
     
    h4
    {
        padding-top : 20px;
        padding-bottom : 20px;
        padding-left : 60px;
     
    }
     
    table
    {
        border-collapse : collapse;
    }
     
    .Ag
    {
        color : #FFC0CB;
    }
     
    .Au
    {
        color : #DAA520;
    }
     
    .Ni
    {
        color : #90EE90;
    }
     
    .PdNi
    {
        color : #1E90FF;
    }
     
    .Sn .SnPb
    {
        color : #A9A9A9;
    }
     
    .stripper
    {
        color : #A0522D;
    }
     
    .grise
    {
        color : #909090;
    }
     
    /* FAJ ************************************************************************/
    #creationFAJ,
    #modificationFAJ,
    #creationFAJJour,
    #utilisationFAJ
    {
        display : inline-block;
        position : relative;
        vertical-align : top;
        border : 1px solid black;
        border-radius : 10px;
        width : 80%;
        background-color : #FFCC00;
        min-height : 285px;
        margin : 10px;
    }
     
    #utilisationFAJ .faj1 .remarque
    {
        width : 300%;
        background-color : #FF8C00;
    }
     
     
    #creationFAJ .faj1,
    #creationFAJ .tblFAJ,
     
    #modificationFAJ .faj1,
    #modificationFAJ .tblFAJ,
     
    #creationFAJJour .faj1,
    #creationFAJJour .tblFAJ,
     
    #utilisationFAJ .faj1,
    #utilisationFAJ .tblFAJ
    {
        display : block;
        position : relative;
        margin : 10px;
        padding : 10px;
    }
     
     
    #creationFAJ h2,
    #modificationFAJ h2,
    #creationFAJJour h2,
    #utilisationFAJ h2
    {
        text-align : left;
        padding : 10px;
        margin : 10px;
        list-style-type : none;
        list-style : none;
    }
     
     
    #creationFAJ .faj1 caption,
    #creationFAJ .tblFAJ caption,
     
    #modificationFAJ .faj1 caption,
    #modificationFAJ .tblFAJ caption,
     
    #creationFAJJour .faj1 caption,
    #creationFAJJour .tblFAJ caption,
     
    #utilisationFAJ .faj1 caption,
    #utilisationFAJ .tblFAJ caption
    {
        font-weight : bold;
        padding-bottom : 20px;
    }
     
     
    #creationFAJ .faj1 thead,
    #creationFAJ .tblFAJ thead,
    #creationFAJ .faj1 tbody,
    #creationFAJ .tblFAJ tbody,
     
    #modificationFAJ .faj1 thead,
    #modificationFAJ .tblFAJ thead,
    #modificationFAJ .faj1 tbody,
    #modificationFAJ .tblFAJ tbody,
     
    #creationFAJJour .faj1 thead,
    #creationFAJJour .tblFAJ thead,
    #creationFAJJour .faj1 tbody,
    #creationFAJJour .tblFAJ tbody,
     
    #utilisationFAJ .faj1 thead,
    #utilisationFAJ .tblFAJ thead,
    #utilisationFAJ .faj1 tbody,
    #utilisationFAJ .tblFAJ tbody
    {
        border : 3px solid black;
        font-weight : normal;
        font-size : 1em;
    }
     
    #creationFAJ .faj1 thead tr,
    #creationFAJ .tblFAJ thead tr,
     
    #modificationFAJ .faj1 thead tr,
    #modificationFAJ .tblFAJ thead tr,
     
    #creationFAJJour .faj1 thead tr,
    #creationFAJJour .tblFAJ thead tr,
     
    #utilisationFAJ .faj1 thead tr,
    #utilisationFAJ .tblFAJ thead tr
    {
        height : 2em;
        border : 3px solid black;
        height : 2em;
    }
     
    #creationFAJ .faj1 tbody tr,
    #modificationFAJ .faj1 tbody tr,
    #creationFAJJour .faj1 tbody tr,
    #utilisationFAJ .faj1 tbody tr
    {
        height : 2em;
        border : 3px solid black;
    }
     
    #creationFAJJour .faj1 tbody td,
    #modificationFAJ .faj1 tbody td,
    #creationFAJJour .faj1 tbody td,
    #utilisationFAJ .faj1 tbody td
    {
        text-align : center;
        border : 3px solid black;
    }
     
    #creationFAJ .tblFAJ tbody tr,
    #modificationFAJ .tblFAJ tbody tr,
    #creationFAJJour .tblFAJ tbody tr,
    #utilisationFAJ .tblFAJ tbody tr
    {
        height : 3em;
        border : 3px solid black;
    }
     
    #creationFAJ .tblFAJ textarea,
    #modificationFAJ .tblFAJ textarea,
    #creationFAJJour .tblFAJ textarea,
    #utilisationFAJ .tblFAJ textarea
    {
        font-size : 0.7em;
        width : 95%;
        height : 95%;
        resize : none;
        vertical-align: middle;
        border : 3px solid black;
        text-align : center;
    }
     
    #creationFAJ .tblFAJ .nParam,
    #modificationFAJ .tblFAJ .nParam,
    #creationFAJJour .tblFAJ .nParam,
    #utilisationFAJ .tblFAJ .nParam
    {
        width : 85%;
    }
     
    #creationFAJ .tblFAJ .col1,
    #modificationFAJ .tblFAJ .col1,
    #creationFAJJour .tblFAJ .col1,
    #utilisationFAJ .tblFAJ .col1
    {
        width : 8%;
        text-align : center;
        border : 3px solid black;
    }
     
    #creationFAJ .tblFAJ .col2,
    #modificationFAJ .tblFAJ .col2,
    #creationFAJJour .tblFAJ .col2,
    #utilisationFAJ .tblFAJ .col2
    {
        width : 7%;
        text-align : center;
        border : 3px solid black;
    }
     
    #creationFAJ .tblFAJ .col3,
    #modificationFAJ .tblFAJ .col3,
    #creationFAJJour .tblFAJ .col3,
    #utilisationFAJ .tblFAJ .col3
    {
        width : 10%;
        text-align : center;
        border : 3px solid black;
    }
     
    #creationFAJ .tblFAJ .col4,
    #modificationFAJ .tblFAJ .col4,
    #creationFAJJour .tblFAJ .col4,
    #utilisationFAJ .tblFAJ .col4
    {
        width : 3%;
        text-align : center;
        border : 3px solid black;
    }
     
    #creationFAJ .tblFAJ .coli,
    #modificationFAJ .tblFAJ .coli,
    #creationFAJJour .tblFAJ .coli,
    #utilisationFAJ .tblFAJ .coli
    {
        width : 10%;
        text-align : center;
        border : 3px solid black;
    }
     
    #creationFAJ .faj1 thead tr th,
    #creationFAJ .tblFAJ thead tr th,
     
    #modificationFAJ .faj1 thead tr th,
    #modificationFAJ .tblFAJ thead tr th,
     
    #creationFAJJour .faj1 thead tr th,
    #creationFAJJour .tblFAJ thead tr th,
     
    #utilisationFAJ .faj1 thead tr th,
    #utilisationFAJ .tblFAJ thead tr th
    {
        border : 3px solid black;
        font-weight : normal;
        font-size : 1em;
        width : 5%;
    }
     
     
    #creationFAJ .faj1 thead tr th .sel,
    #creationFAJ .tblFAJ thead tr th .sel,
     
    #modificationFAJ .faj1 thead tr th .sel,
    #modificationFAJ .tblFAJ thead tr th .sel,
     
    #creationFAJJour .faj1 thead tr th .sel,
    #creationFAJJour .tblFAJ thead tr th .sel,
     
    #utilisationFAJ .faj1 thead tr th .sel,
    #utilisationFAJ .tblFAJ thead tr th .sel
    {
        border : 3px solid black;
        font-weight : normal;
        font-size : 0.8em;
        width : 10%;
    }
     
    #creationFAJ .faj1 tbody .colGrp4,
    #creationFAJ .tblFAJ tbody tr td,
     
    #modificationFAJ .faj1 tbody .colGrp4,
    #modificationFAJ .tblFAJ tbody tr td,
     
    #creationFAJJour .faj1 tbody .colGrp4,
    #creationFAJJour .tblFAJ tbody tr td,
     
    #utilisationFAJ .faj1 tbody .colGrp4,
    #utilisationFAJ .tblFAJ tbody tr td
    {
        border : 3px solid black;
        font-weight : normal;
        font-size : 0.8em;
        width : 28%;
    }
     
    #creationFAJ .faj1 tbody tr td,
    #modificationFAJ .faj1 tbody tr td,
    #creationFAJJour .faj1 tbody tr td,
    #utilisationFAJ .faj1 tbody tr td
    {
        border : 3px solid black;
    }
     
    #creationFAJ .formSimple,
    #modificationFAJ .formSimple,
    #creationFAJJour .formSimple,
    #utilisationFAJ .formSimple
    {
        display : block;
        position : relative;
        margin : 10px;
        padding : 10px;
    }
     
    #creationFAJ .formSimple td,
    #modificationFAJ .formSimple td,
    #creationFAJJour .formSimple td,
    #utilisationFAJ .formSimple td
    {
        margin : 10px;
        padding : 10px;
    }
     
    #utilisationFAJ .formSimple caption
    {
        text-align : left;
        text-decoration : underline; 
    }

  2. #2
    Modérateur
    Avatar de Bisûnûrs
    Profil pro
    Développeur Web
    Inscrit en
    Janvier 2004
    Messages
    9 931
    Détails du profil
    Informations personnelles :
    Âge : 42
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Janvier 2004
    Messages : 9 931
    Par défaut
    Je ne constate pas le problème avec le seul code que tu fournis. As-tu un exemple en ligne ? Sur quel navigateur tu constates le souci ?

  3. #3
    Membre confirmé Avatar de zozoman
    Homme Profil pro
    Futur ex-prof
    Inscrit en
    Décembre 2007
    Messages
    119
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Allier (Auvergne)

    Informations professionnelles :
    Activité : Futur ex-prof
    Secteur : Enseignement

    Informations forums :
    Inscription : Décembre 2007
    Messages : 119
    Par défaut
    Je suis sous FF. Mon site n'est pas encore en ligne (site intranet). Pour info, j'ai augmenté la taille de mes bordure, ça limite le défaut mais ce n'est pas propre

    Une image du problème
    Images attachées Images attachées  

  4. #4
    Membre Expert
    Avatar de Candygirl
    Femme Profil pro
    Inscrit en
    Juillet 2006
    Messages
    1 912
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 53
    Localisation : Suisse

    Informations forums :
    Inscription : Juillet 2006
    Messages : 1 912
    Par défaut
    Bonjour,

    Tu visualises bien ton site sans avoir zoomé avant/arrière ? (appuie sur ctrl+0 pour en être sûr).
    Les bons réflexes:
    • avant de poser une question:
      règles | faq | tutoriels | recherche
    • clarté, politesse, vocabulaire et orthographe soignés = efficacité
    • remercier ceux qui ont pris le temps d'aider et :resolu: si c'est le cas

  5. #5
    Membre confirmé Avatar de zozoman
    Homme Profil pro
    Futur ex-prof
    Inscrit en
    Décembre 2007
    Messages
    119
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Allier (Auvergne)

    Informations professionnelles :
    Activité : Futur ex-prof
    Secteur : Enseignement

    Informations forums :
    Inscription : Décembre 2007
    Messages : 119
    Par défaut
    Merci pour vos réponse et surtout à CandyGirl, c'était bien un problème de zoom. Je n'étais pas prêt de trouver l'erreur.

    La solution : Ctrl + 0

  6. #6
    Membre Expert
    Avatar de rodolphebrd
    Homme Profil pro
    Indépendant
    Inscrit en
    Novembre 2012
    Messages
    2 336
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Gironde (Aquitaine)

    Informations professionnelles :
    Activité : Indépendant
    Secteur : Conseil

    Informations forums :
    Inscription : Novembre 2012
    Messages : 2 336
    Par défaut
    Candygirl

  7. #7
    Modérateur
    Avatar de Bisûnûrs
    Profil pro
    Développeur Web
    Inscrit en
    Janvier 2004
    Messages
    9 931
    Détails du profil
    Informations personnelles :
    Âge : 42
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Janvier 2004
    Messages : 9 931
    Par défaut
    Citation Envoyé par Bisûnûrs Voir le message
    Je ne constate pas le problème avec le seul code que tu fournis.
    Il faudrait que tu nous passes un code minimal et valide représentant le problème.

  8. #8
    Membre Expert
    Avatar de rodolphebrd
    Homme Profil pro
    Indépendant
    Inscrit en
    Novembre 2012
    Messages
    2 336
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Gironde (Aquitaine)

    Informations professionnelles :
    Activité : Indépendant
    Secteur : Conseil

    Informations forums :
    Inscription : Novembre 2012
    Messages : 2 336
    Par défaut
    Bonjour,

    ce n'est pas la première fois que je vois un problème de bordures de tableau dont la solution ne semble pas provenir des codes HTML et CSS.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Pb bordures de tableaux html
    Par clairette dans le forum Balisage (X)HTML et validation W3C
    Réponses: 2
    Dernier message: 17/01/2007, 12h00
  2. Couleur non uniforme
    Par Burckel dans le forum OpenGL
    Réponses: 9
    Dernier message: 16/01/2007, 09h32
  3. Bordures et tableaux
    Par Commodore dans le forum Balisage (X)HTML et validation W3C
    Réponses: 2
    Dernier message: 03/07/2006, 14h06
  4. [css] [XHTML 1.1] bordures sans tableaux
    Par chillansky dans le forum Mise en page CSS
    Réponses: 9
    Dernier message: 13/06/2006, 13h06
  5. Réponses: 4
    Dernier message: 10/05/2006, 10h36

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo