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

HTML Discussion :

[XHTML] Affichage des div sous IE 7


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre expérimenté Avatar de Blade
    Profil pro
    Inscrit en
    Août 2003
    Messages
    291
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Août 2003
    Messages : 291
    Par défaut [XHTML] Affichage des div sous IE 7
    Bonjour,

    Je viens vers vous car j'ai un soucis d'affichage en XHTML 1.0 Trans

    pour tester : http://www.phpbb-graph.org/templates.html voir plusieurs page par lettre par exemple car c'est aléatoire je pense.

    Sous IE 6, FF, ca passe bien de temps en temps, mais parfois j'ai mon footer au milieu, suffit que je passe mon curseur sur mon menu pour que tout redevienne normal...
    sous IE7 ( peu pas tester car je ne l'ai pas ) et bien mon footer se met en plein milieu, regardez :



    Mon code de la page footer est le suivant :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    <div id="footer">
    <div id="footer-gauche">Ce site est
    d&eacute;clar&eacute; a la <a href="http://www.cnil.fr"
     target="_blank">CNIL</a>
    sous le num&eacute;ro 882250 <br />
    Site ouvert officiellement depuis le 15/10/2003 .
    <a href="http://www.monwebdesign.com" target="blank">R&eacute;alisation
    monwebdesign</a></div>
    <div id="footer-droite">Copyrights 2003-2008 <a
     href="<?php echo $chemin; ?>/copyrigths.html">phpBB-Graph V4.0</a>
    <br />
    Site internet d&eacute;pos&eacute; chez un notaire.
    </div>
    </div>
    Et ma CSS ( div )
    Code : 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
    #bodypage{
    	width: 800px;
    	height: 100%;
    	text-align: left;
    	background-image: url(images/bgpage.jpg);
    	background-repeat: repeat-y;
    	margin-top: auto;
    	margin-right: auto;
    	margin-left: auto;
    	margin-bottom: auto;
    	padding-top: 0px;
    	padding-right: 0px;
    	padding-left: 0px;
    	padding-bottom: 0px;
    	background-position: center;
    	float: none;
    	}
     
    #ref{
    	float: none;
    	color: #2A8BBD;
    	background-color: #0A3549;
    	height: 13px;
    	width: 800px;
    	padding-left: 0px;
    	font-size: 9px;
    	text-align: right;
    	text-transform: capitalize;
    	font-weight: bold;
    	letter-spacing: 2px;
    	}
     
    #header{
    	width: 800px;
    	height: 140px;
    	background-image: url(images/header.jpg);
    	background-repeat: no-repeat;
    }
     
    #sous-header{
    	width: auto;
    	height: 219px;
    	background-image: url(images/sous-header.jpg);
    	background-repeat: repeat-x;
    	}
     
    #blocgauche{
    	float: left;
    	width: 480px;
    	margin-top: 180px;
    	margin-left: 15px;
    	background-color: transparent;
    	padding-right: 0px;
    	}
     
    #blocdroite{
    	float: right;
    	width: 252px;
    	height: 100%;
    	margin-bottom: 0px;
    	margin-top: 10px;
    	margin-right: 0px;
    	display: block;
    	}
     
    #navigation{
    	float: left;
    	width: 290px;
    	text-align: left;
    	font-size: 9px;
    	}
     
    #raccourci{
    	width: 190px;
    	float: right;
    	}
     
    #raccourci-droite{
    	text-align: right;
    	float: right;
    }
     
    #newsletter{
    	width: 255px;
    	height: 88px;
    	background: url(images/newsletter.png);
    	background-repeat: no-repeat;
    	padding-top: 0px;
    	padding-left: 0px;
    	padding-bottom: 0px;
    	margin-right: 10px;
    	}
    #espacenewsletter{
     
    	background-color: transparent;
    	padding-top: 10px;
    	padding-left: 10px;
    	padding-bottom: 0px;
    	font-size: 15px;
    	font-weight: bold;
    	width: 250px;
    	}
    #espace-newsletter{
    	font-size: 9px;
    	margin-left: 9px;
    	margin-top: 3px;
    	width: 250px;
    	}
     
    #membres{
    	width: 255px;
    	height: 93px;
    	background: url(images/membres.png);
    	background-repeat: no-repeat;
    	padding-top: 0px;
    	padding-left: 0px;
    	padding-bottom: 5px;
    font-weight: bold;
    	padding-right: 10px;
    	}
     
    #espacemembre{
    	width: 250px;
    	background-color: transparent;
    	padding-top: 10px;
    	padding-left: 10px;
    	padding-bottom: 0px;
    	font-size: 14px;
    	}
    #espace-membre2{
    	width: 250px;
    	font-size: 9px;
    	margin-left: 9px;
    	margin-top: 3px;
    	}
    #header-haut{
    	float: right;
    	width: 560px;
    	height: 110px;
    	display: block;
    }
    #menu-haut{
    	float: right;
    	width: 300px;
    	margin-right: 0px;
    }
     
    #menu{
    	float: left;
    	width: 100%;
    	height: auto;
    	display: block;
    	}
     
    #publicite{
    	float: left;
    	width: 468px;
    	height: 60px;
    	margin-top: 10px;
    	border: 1px solid White;
    	margin-left: 20px;
    	padding-top: 1px;
    	padding-right: 1px;
    	padding-left: 1px;
    	padding-bottom: 1px;
    }
     
    #centre{
    	width: 800px;
    	background-color: White;
    	background-repeat: repeat;
    	padding-bottom: 0px;
    	height: auto;
    	float: right;
    	}
     
     
     
    #centre-droite{
    	width: 265px;
    	float: right;
    	padding-right: 0px;
    	margin-top: 15px;
    	}
     
    #menu-phpbbgraph{
    	background-image: url(images/menu_phpbbgraph.jpg);
    	width: 256px;
    	height: 44px;
    	background-repeat: no-repeat;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	padding-right: 12px;
    	}
     
    #menu-designphpbb{
    	background-image: url(images/menu_designphpbb.jpg);
    	width: 256px;
    	height: 44px;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	text-align: center;
    	display: block;
    	padding-top: 10px;
    	background-repeat: no-repeat;
    	padding-right: 12px;
    	 }	
     
    #menu-ressources{
    	background-image: url(images/menu_ressources.jpg);
    	width: 256px;
    	height: 44px;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	background-repeat: no-repeat;
    	padding-right: 12px;
     }
     
    #menu-lesplus{
    	background-image: url(images/menu_lesplus.jpg);
    	width: 256px;
    	height: 44px;
    	background-repeat: no-repeat;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	padding-right: 12px;
     }
     
    #menu-partenaires{
    	background-image: url(images/menu_partenaires.jpg);
    	width: 256px;
    	height: 44px;
    	background-repeat: no-repeat;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	padding-right: 12px;
     }
     
     
    #menu1{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu2{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu3{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu4{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu5{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
     
    #footer{
    	width: 800px;
    	background-color: #DCDCDC;
    	height: auto;
    	background-repeat: repeat;
    	float: right;
    	}
    #contenu{
    	width: 509px;
    	background-color: #FFFDFF;
    	margin-left: 12px;
    	margin-top: 0px;
    	display: block;
    	}
     
    #pubgoogle{
    	width: 508px;
    	height: 68px;
    	vertical-align: super;
    	border: 1px dotted #EEEEEE;
    	text-align: center;
    	padding-top: 20px;
    	float: right;
    }
     
    #table{
    	float: left;
    	width: 508px;
    	}
     
    #footer-gauche{
    	width: 300px;
    	float: left;
    	padding-top: 3px;
    	padding-left: 3px;
    	font-size: 9px;
    }
     
    #footer-droite{
    	width: 290px;
    	float: right;
    	padding-top: 3px;
    	padding-right: 5px;
    	text-align: right;
    	display : inline;
    }
    Merci d'avance car la je seche

    Julien

  2. #2
    Futur Membre du Club
    Profil pro
    Inscrit en
    Octobre 2008
    Messages
    5
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Octobre 2008
    Messages : 5
    Par défaut
    Peut-être que c'est juste l'ajout d'un clear:both qu'il te faut

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    #footer{
    	width: 800px;
    	background-color: #DCDCDC;
    	height: auto;
    	background-repeat: repeat;
    	float: right;
            clear: both;
    	}

  3. #3
    Membre Expert Avatar de HiRoN
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2007
    Messages
    2 035
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Août 2007
    Messages : 2 035
    Par défaut
    Salut,

    Personnellement je n'ai pas réussi à reproduire le problème sous FF3...
    Utilité du float:right; sur le #footer ?

    Au niveau structure, le #centre est-il sensé pousser le footer en fonction du contenu ?

    As-tu tenté de (c'est seulement une idée... ) :

    - Mettre un padding-bottom de la hauteur du footer à ton #centre (pour que celui-ci ne place en dessous du contenu)
    - Mettre un position:absolute sur le #footer (pour le placer par rapport au conteneur), clear:both (pour casser l'alignement), bottom:0; (pour le placer en bas) + lui définir une taille...

    ?

    Peut-être que c'est juste l'ajout d'un clear:both qu'il te faut
    Possible en effet...
    Pensez à utiliser les ressources disponibles en Dev. Web :
    (x)HTML : Cours (X)HTML / FAQ (X)HTML
    CSS : Cours CSS / FAQ CSS / Galerie CSS
    Javascript : Cours / FAQ / Sources
    Mon site : Développeur Web Freelance

  4. #4
    Membre expérimenté Avatar de Blade
    Profil pro
    Inscrit en
    Août 2003
    Messages
    291
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Août 2003
    Messages : 291
    Par défaut
    Salut,

    Alors j'ai fait quelques modifs dans mes div, mais ca persiste, de temps en temps, mon footer ne se met pas bien en place, et juste de passer le curseur sur le menu me le met en place, c'est dingue quand même

    Par contre sous IE7 ca passais pas d'office au boulot de ma copine, est-ce que quelqu'un a IE7 pour tester ma page http://www.phpbb-graph.org/templates.html ?

    Voila mon div actuel :
    Code : 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
    #bodypage{
    	width: 800px;
    	height: 100%;
    	text-align: left;
    	background-image: url(images/bgpage.jpg);
    	background-repeat: repeat-y;
    	margin-top: auto;
    	margin-right: auto;
    	margin-left: auto;
    	margin-bottom: auto;
    	padding-top: 0px;
    	padding-right: 0px;
    	padding-left: 0px;
    	padding-bottom: 0px;
    	background-position: center;
    	float: none;
    	}
     
    #ref{
    	float: none;
    	color: #2A8BBD;
    	background-color: #0A3549;
    	height: 13px;
    	width: 800px;
    	padding-left: 0px;
    	font-size: 9px;
    	text-align: right;
    	text-transform: capitalize;
    	font-weight: bold;
    	letter-spacing: 2px;
    	}
     
    #header{
    	width: 800px;
    	height: 140px;
    	background-image: url(images/header.jpg);
    	background-repeat: no-repeat;
    }
     
    #sous-header{
    	width: auto;
    	height: 219px;
    	background-image: url(images/sous-header.jpg);
    	background-repeat: repeat-x;
    	}
     
    #blocgauche{
    	float: left;
    	width: 480px;
    	margin-top: 180px;
    	margin-left: 15px;
    	background-color: transparent;
    	padding-right: 0px;
    	}
     
    #blocdroite{
    	float: right;
    	width: 252px;
    	height: 100%;
    	margin-bottom: 0px;
    	margin-top: 10px;
    	margin-right: 0px;
    	display: block;
    	}
     
    #navigation{
    	float: left;
    	width: 290px;
    	text-align: left;
    	font-size: 9px;
    	}
     
    #raccourci{
    	width: 190px;
    	float: right;
    	}
     
    #raccourci-droite{
    	text-align: right;
    	float: right;
    }
     
    #newsletter{
    	width: 255px;
    	height: 88px;
    	background: url(images/newsletter.png);
    	background-repeat: no-repeat;
    	padding-top: 0px;
    	padding-left: 0px;
    	padding-bottom: 0px;
    	margin-right: 10px;
    	}
    #espacenewsletter{
     
    	background-color: transparent;
    	padding-top: 10px;
    	padding-left: 10px;
    	padding-bottom: 0px;
    	font-size: 15px;
    	font-weight: bold;
    	width: 250px;
    	}
    #espace-newsletter{
    	font-size: 9px;
    	margin-left: 9px;
    	margin-top: 3px;
    	width: 250px;
    	}
     
    #membres{
    	width: 255px;
    	height: 93px;
    	background: url(images/membres.png);
    	background-repeat: no-repeat;
    	padding-top: 0px;
    	padding-left: 0px;
    	padding-bottom: 5px;
    	font-weight: bold;
    	padding-right: 10px;
    	}
     
    #espacemembre{
    	width: 250px;
    	background-color: transparent;
    	padding-top: 10px;
    	padding-left: 10px;
    	padding-bottom: 0px;
    	font-size: 14px;
    	}
    #espace-membre2{
    	width: 250px;
    	font-size: 9px;
    	margin-left: 9px;
    	margin-top: 3px;
    	}
    #header-haut{
    	float: right;
    	width: 560px;
    	height: 110px;
    	display: block;
    }
    #menu-haut{
    	float: right;
    	width: 300px;
    	margin-right: 0px;
    }
     
    #menu{
    	float: left;
    	width: 100%;
    	height: auto;
    	display: block;
    	}
     
    #publicite{
    	float: left;
    	width: 468px;
    	height: 60px;
    	margin-top: 10px;
    	border: 1px solid White;
    	margin-left: 20px;
    	padding-top: 1px;
    	padding-right: 1px;
    	padding-left: 1px;
    	padding-bottom: 1px;
    }
     
    #centre{
    	width: 800px;
    	background-color: White;
    	background-repeat: repeat;
    	padding-bottom: auto;
    	height: auto;
    	float: right;
    	}
     
     
     
    #centre-droite{
    	width: 265px;
    	float: right;
    	padding-right: 0px;
    	margin-top: 15px;
    	}
     
    #menu-phpbbgraph{
    	background-image: url(images/menu_phpbbgraph.jpg);
    	width: 256px;
    	height: 44px;
    	background-repeat: no-repeat;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	padding-right: 12px;
    	}
     
    #menu-designphpbb{
    	background-image: url(images/menu_designphpbb.jpg);
    	width: 256px;
    	height: 44px;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	text-align: center;
    	display: block;
    	padding-top: 10px;
    	background-repeat: no-repeat;
    	padding-right: 12px;
    	 }	
     
    #menu-ressources{
    	background-image: url(images/menu_ressources.jpg);
    	width: 256px;
    	height: 44px;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	background-repeat: no-repeat;
    	padding-right: 12px;
     }
     
    #menu-lesplus{
    	background-image: url(images/menu_lesplus.jpg);
    	width: 256px;
    	height: 44px;
    	background-repeat: no-repeat;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	padding-right: 12px;
     }
     
    #menu-partenaires{
    	background-image: url(images/menu_partenaires.jpg);
    	width: 256px;
    	height: 44px;
    	background-repeat: no-repeat;
    	color: Black;
    	font-size: 14px;
    	font-weight: bold;
    	text-transform: uppercase;
    	padding-top: 10px;
    	text-align: center;
    	padding-right: 12px;
     }
     
     
    #menu1{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu2{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu3{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu4{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
    #menu5{
    	width: 250px;
    	background-color: White;
    	padding-right: 12px;
    }
     
    #footer{
    	width: 800px;
    	background-color: #DCDCDC;
    	height: 30px;
    	background-repeat: repeat;
    	float: right;
    	clear: both;
    	bottom: 0;
    	}
    #contenu{
    	width: 509px;
    	background-color: #FFFDFF;
    	margin-left: 12px;
    	margin-top: 0px;
    	display: block;
    	}
     
    #pubgoogle{
    	width: 508px;
    	height: 68px;
    	vertical-align: super;
    	border: 1px dotted #EEEEEE;
    	text-align: center;
    	padding-top: 20px;
    	float: right;
    }
     
    #table{
    	float: left;
    	width: 508px;
    	}
     
    #footer-gauche{
    	width: 300px;
    	float: left;
    	padding-top: 3px;
    	padding-left: 3px;
    	font-size: 9px;
    }
     
    #footer-droite{
    	width: 290px;
    	float: right;
    	padding-top: 3px;
    	padding-right: 5px;
    	text-align: right;
    	display : inline;
    }
    Merci à tous pour votre aide

  5. #5
    Expert confirmé
    Avatar de 12monkeys
    Homme Profil pro
    Webmaster
    Inscrit en
    Novembre 2006
    Messages
    4 093
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : France, Puy de Dôme (Auvergne)

    Informations professionnelles :
    Activité : Webmaster
    Secteur : Service public

    Informations forums :
    Inscription : Novembre 2006
    Messages : 4 093
    Par défaut
    Bonsoir

    Citation Envoyé par Blade Voir le message
    Par contre sous IE7 ca passais pas d'office au boulot de ma copine, est-ce que quelqu'un a IE7 pour tester ma page http://www.phpbb-graph.org/templates.html ?
    J'ai regardé avec IE7 : et le problème persiste, sauf que le footer n'est plus décalé vers la droite, mais il continu de s'afficher au niveau du menu Ressources...

  6. #6
    Membre expérimenté Avatar de Blade
    Profil pro
    Inscrit en
    Août 2003
    Messages
    291
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Août 2003
    Messages : 291
    Par défaut
    Merci de ta réponse.
    Si quelqu'un a un remède miracle je suis preneur très largement.

  7. #7
    Membre expérimenté Avatar de Blade
    Profil pro
    Inscrit en
    Août 2003
    Messages
    291
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Août 2003
    Messages : 291
    Par défaut
    J'ai trouvé

    En fait, sur mon bas de page, j'avais avant :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    </td>
        </tr>
      </tbody>
    </table>
    </div>
    </div>
    </div>
    </div>
    <?php include("footer.php"); ?>
    </div>
    </div>
    </body>
    </html>
    et la modif, c'etait mon include qui fallait placé 2 <div> avant et ca fonctionne nikel

    Bon dodo cette fois-ci, on verra le reste demain

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

Discussions similaires

  1. [CSS 2] Probleme d'affichage des div sous IE7
    Par anchain dans le forum Mise en page CSS
    Réponses: 1
    Dernier message: 20/09/2009, 13h06
  2. Problème d'affichage des divs (z-index) sous IE
    Par muzele dans le forum Mise en page CSS
    Réponses: 4
    Dernier message: 17/12/2008, 16h17
  3. [EasyPHP] Désactiver l'affichage des erreurs sous EasyPHP
    Par shub dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 2
    Dernier message: 02/12/2007, 08h00
  4. [CSS] Pb d'affichage des cadres sous mozilla firefox
    Par nais_ dans le forum Mise en page CSS
    Réponses: 10
    Dernier message: 06/09/2006, 10h01
  5. Connaitre l'ordre d'affichage des div
    Par PrinceMaster77 dans le forum Général JavaScript
    Réponses: 5
    Dernier message: 07/06/2006, 12h40

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