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 :

IE7 et FF3 disposition de tableaux différente !


Sujet :

Tableau en CSS

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Mars 2008
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2008
    Messages : 44
    Par défaut IE7 et FF3 disposition de tableaux différente !
    Bonjour à tous,
    Je reviens à la charge pour la dispositions de tableaux sous IE7, FF3 sous IE6 je n'en sais rien.

    Voici mon HTML
    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
    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
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>estim</title>
    <link rel="stylesheet" type="text/css" href="menu.css" />
    <link rel="stylesheet" type="text/css" href="style.css" />
     
    </head>
     
    <body>
     
    <div id="menu">
      <div class="box">
        <a href="#nogo">Ma page
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
           </span>    </a>  </div>
      <div class="box">
        <a href="#nogo">Nous connaître
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
            </span>    </a>  </div>
      <div class="box">
        <a href="#nogo">Ton itinéraire
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
       </span>    </a>  </div>
      <div class="box">
        <a href="#nogo">Equipements<span class="lk">      </span>    </a>  </div>
      <div class="box">
        <a href="#nogo">Difficultés
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
             </span>    </a>  </div>
      <div class="box">
        <a href="#nogo">Précautions<span class="lk">     </span>    </a>  </div>
      <div class="box">
        <a href="#nogo">Terrains
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
           </span>    <span style="font-family:Wingdings; font-size:14.0pt; color:black; ">§</span> </a>  </div>
      <div class="box">
        <a href="#nogo">
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
           </span>    </a>  </div>
      <div class="box">
        <a href="#nogo">Notre service de conseils</a>  </div>
      <div class="box">
        <a href="#nogo">Nous contacter
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
      </span>    </a>  </div>
    <div class="box">
        <a href="#nogo">Item 11
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
      Description of link 11      </span>    </a>  </div>
    <div class="box">
        <a href="#nogo">Item 12
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
      Description of link 12      </span>    </a>  </div>
    <div class="box">
        <a href="#nogo">Item 13
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
      Description of link 13      </span>    </a>  </div>
    <div class="box">
        <a href="#nogo">Item 14
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
      Description of link 14      </span>    </a>  </div>
    <div class="box">
        <a href="#nogo">Item 15
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
      Description of link 15      </span>    </a>  </div>
    <div class="box">
        <a href="#nogo">Item 16
          <span class="left"></span>
          <span class="right"></span>
          <span class="lk">
      Description of link 16      </span>    </a>  </div>
    </div>
    <div style="margin-left:225px;">
      <div align="center">
      <!--<div align="top">-->
                  <table width="986"height="44" border="1" align="right" cellpadding="1" cellspacing="0" bordercolorlight="#996600" bordercolordark="#3333FF" bgcolor="#CCFFFF">
                    <tr>
                      <td width="100%" align="center" height="35"><div align="center"><b><font color="#ff3333" face="Georgia, Times New Roman, Times, serif" size="3">Les pistes, les  équipements et les conseils nécessaires à l'escalade de haut niveau.</font></b></div></td>
                    </tr>
                  </table>
    				<table width="986"height="773" border="1" align="right" cellspacing="1" cellpadding="0" bordercolorlight="#FFFFFF" bordercolordark="#666600">
    <tr bgcolor="#66FFFF">
                  <td width="156" height="65" align="center"><div align="center"><span class="Style36"><font color="#0000FF" size="+1">Montagne</font></span></div></td>
            	  <td width="64" height="65" align="center"><div align="center"><span class="Style36"><font color="#0000FF" size="+1">itinér.</font></span></div></td>
            <td width="396" height="65" align="center"><blockquote class="Style36"><blockquote>
    		        <div align="center"><font color="#0000FF" size="+1">Descriptif</font></div>
    		      </blockquote>
                      </blockquote></td>
            <td width="81" height="65"><div align="center" class="Style36"><font color="#0000FF" size="+1">cote</font></div></td>
            <td width="139" height="65" align="center"><p align="center" class="Style36"><font color="#0000FF" size="+1">dénivelé</font></p>        </td>
            <td width="129" height="65" align="center"><div align="center"><span class="Style36"><font color="#0000FF">R&eacute;f.</font></span></div></td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td 
    height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="35" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td 
    height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="35" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" 
    height="34" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="36" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="36" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" 
    height="32" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="33" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="33" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" 
    height="37" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="36" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="26" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="26" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="26" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="26" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="26" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" 
    height="33" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="33" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    height="33" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" height="30" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="31" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="31" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="33" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" 
    height="21" nowrap="nowrap" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="31" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="31" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="31" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="31" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="31" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" height="28" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td 
    width="129" height="25" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="30" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="32" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                    </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="26" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="26" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" height="39" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                    <tr bgcolor="#00FFFF">
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td height="39" bgcolor="#CCFFFF">&nbsp;</td>
                      <td width="129" height="29" bgcolor="#CCFFFF">&nbsp;</td>
          </tr>
                  </table>
      </div>
    </div>
    </body>
    </html>

    Et voici mon code CSS
    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
    #menu {
    width:225px; /*100px*/
    text-align:center; /*center*/
    position:fixed; /*le menu ne bouge pas */
    float:left;
    }
    .box {
    position:relative; /*relative*/
    }
    #menu a, #menu a:visited { /*configuration des blocks menu*/
    /*text-decoration:none;*/
    background-color:#E8312D;
    color:#FFFFFF; /*ffff*/
     
    display:block;
    width:200px; /*88px*/
    height:28px; /*16px*/
    font-weight: bold; /*test gras*/
    font-size:16px; /*14px*/
    border:0px solid #fff; /*1px solid #fff (espacement vertical entre les blocks)*/
    padding: 12px; /*5px*/
    }
    * html #menu a, * html #menu a:visited {
    width: 225px; /*200px*/
    height:28px; /*28px*/
    width:88px; /*88px*/
    height:28px; /*16px*/
    }
    #menu a span { /* blocks secondaires*/
    display:none;
    }
    #menu a:hover { /*encadrement des block au survol*/
    border:1px solid #ccc; /*000*/
    }
    #menu a:hover span.left, /* boutons de'encarement de texte*/
    #menu a:hover span.right { /* boutons de'encarement de texte*/
    display:block; /*block*/
    position:absolute; /*absolute*/
    height:0; /*0*/
    width:0; /*0*/
    /*overflow:hidden; /*hidden*/
    border-top:8px solid #fff; /*#fff */
    border-bottom:8px solid #fff; /*#fff */
    }
    #menu a:hover span.left { /* espacement horizontal de la gauche desboutons d'encarement du texte*/
    left:13px; /*5px*/
    top:15px; /*5px*/
    border-left:8px solid #c00;
    }
    #menu a:hover span.right { /* espacement horizontal de la droite des boutons d'encarement du texte*/
    left:210px; /*87px*/
    top:15px; /*5px*/
    border-right:8px solid #c00;
    }
    * html #menu a:hover span.left,
    * html #menu a:hover span.right {
    width:8px; /*8px*/
    height:20px; /*16px*/
    w\idth:0; /*0px*/
    h\eight:0; /*opx*/
    }
    #menu a:hover span.lk { /*définition des blocks explication*/
    display:block;
    position:absolute;
    left:225px; /*120px*/
    top:0; /*0px*/
    padding:10px; /* 5px*/
    width:250px; /*100px*/
    background-color:#CCFFFF; /*définition couleur de fond blocks explication*/
    /*background-color:#fff; /*fff*/
    color:#000; /*000*/
    border:1px solid #E8312D; /*1px solid #234*/
    }

    Pouriez-vous m'aider à résoudre ce souci d'affichage sous IE7 et peut-être 6?

  2. #2
    Membre chevronné Avatar de GihefBey
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    366
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations forums :
    Inscription : Avril 2006
    Messages : 366
    Par défaut
    Bonjour,

    On peut savoir avec quoi tu as fabriqué ça ?

    Et puis, tu n'autorises que les seuls utilisateurs de IE7 à t'aider ?
    Ou les autres aussi peuvent essayer ?
    Dans ce cas, il faut que tu sois plus clair, que tu donnes des précisions, des explications, des images…

    -

  3. #3
    Membre averti
    Profil pro
    Inscrit en
    Mars 2008
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2008
    Messages : 44
    Par défaut
    Bonsoir GihefBey,

    Quelle vitalité

    Sache que je n'ai pas d'entrain à interdire quoi que ce soit. Les utilisateurs d'IE6 sont également les bienvenus comme l'exprime la compréhension de mon message antérieur.
    Donc j'en reviens à mon petit souci:
    Mes codes sont exploitables avec FF3 et très différents avec IE7 (car je n'ai que celui-là). Pour le cas ou tu pourrais m'aider j'aurais un grand plaisir à te lire. Cordialement

  4. #4
    Membre Expert
    Profil pro
    Inscrit en
    Mars 2002
    Messages
    1 132
    Détails du profil
    Informations personnelles :
    Âge : 53
    Localisation : France

    Informations forums :
    Inscription : Mars 2002
    Messages : 1 132
    Par défaut
    Voilà mon code, merci de m'aider...

    C'est un peu court non ?

  5. #5
    Membre averti
    Profil pro
    Inscrit en
    Mars 2008
    Messages
    44
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2008
    Messages : 44
    Par défaut
    Bonjour devyan

    Citation Envoyé par devyan Voir le message
    Voilà mon code, merci de m'aider...

    C'est un peu court non ?
    En effet c'est un peu court !!! Voici quelques renseignements complémentaires
    L’affichage de ma page est différent sur IE6 et FF3.

    Sous FF3 ; le fond de page et le menu fixe (CSS) sont corrects. Le tableau défile verticalement. De petites marges à droite et à gauche du tableau sont à ôter. Je voudrais que mes pages puissent s’adapter à toutes les résolutions d’écran. Mais dans l'ensemble c'est acceptable.

    Sous IE6 ; Ce n'est pas du tout la même chose. Le fond de page est correct. Le tableau est décalé au bas du menu. Le menu n’est plus fixe et a rétréci en largeur. Les marges se sont agrandies. J'ai par ailleurs fait deux screenshots mais ne sais pas comment les afficher sur le post.

    Je pense que tout y est maintenant.

  6. #6
    Membre Expert
    Profil pro
    Inscrit en
    Mars 2002
    Messages
    1 132
    Détails du profil
    Informations personnelles :
    Âge : 53
    Localisation : France

    Informations forums :
    Inscription : Mars 2002
    Messages : 1 132
    Par défaut
    Citation Envoyé par dudule0 Voir le message
    J'ai par ailleurs fait deux screenshots mais ne sais pas comment les afficher sur le post.
    Pour ça tu as plusieurs possibilités :
    - les uploader sur un site de partage d'images puis mettre un lien
    - les mettres en pièces jointes dans ton message (attention dans ce cas car la taille totale de tes pièces jointes est limitée, tu trouveras un état de l'espace disponible dans ton tableau de bord)

  7. #7
    Membre Expert
    Profil pro
    Inscrit en
    Mars 2002
    Messages
    1 132
    Détails du profil
    Informations personnelles :
    Âge : 53
    Localisation : France

    Informations forums :
    Inscription : Mars 2002
    Messages : 1 132
    Par défaut
    Citation Envoyé par dudule0 Voir le message
    Sous IE6 ; Ce n'est pas du tout la même chose. Le fond de page est correct. Le tableau est décalé au bas du menu. Le menu n’est plus fixe et a rétréci en largeur. Les marges se sont agrandies.
    Et pour IE7 tu as résolu le problème donc...

    En ce qui concerne les marges, il s'agit du "problème" des marges par défaut. En effet, la norme CSS ne défini pas les valeurs par défaut des marges et chaque navigateur a les siennes. A toi de "forcer" les marges si tu veux obtenir un rendu identique.

    Attention, la solution que l'on voit parfois qui consiste à positionner "* {margin:0; padding:0;}" n'est pas une "bonne" solution car certaines balises nécessitent des marges pour leur fonctionnement (exemple la balise P qui est là pour former des paragraphes "espacés" les uns des autres)

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

Discussions similaires

  1. Print CSS : problèmes dimensions entre IE7 et FF3
    Par coupolites dans le forum Mise en page CSS
    Réponses: 3
    Dernier message: 06/05/2009, 17h44
  2. Forcer un saut de page à l'impression sous IE7 et FF3
    Par pagonaute dans le forum Mise en page CSS
    Réponses: 8
    Dernier message: 08/12/2008, 10h49
  3. <ul> avec IE7 et FF3
    Par MikeV dans le forum Mise en page CSS
    Réponses: 1
    Dernier message: 04/09/2008, 20h43
  4. Incompatibilité IE7 et FF3
    Par rems033 dans le forum Mise en page CSS
    Réponses: 2
    Dernier message: 21/08/2008, 15h55
  5. Disposition différence sous ie7 et FF3
    Par mc_toma dans le forum Mise en page CSS
    Réponses: 8
    Dernier message: 18/08/2008, 13h24

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