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 :

Background color sous IE6


Sujet :

CSS

  1. #1
    Candidat au Club
    Profil pro
    Inscrit en
    Avril 2005
    Messages
    3
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2005
    Messages : 3
    Points : 2
    Points
    2
    Par défaut Background color sous IE6
    Bonjour,

    Je suis en train de verifier ma feuille de style pour cette page
    http://www.allo-france.com/beta/maquette3.htm

    Sous FF et IE7 pas de probleme, si ce n'est la petite bordure grise manquante du fond jaune sur IE7.
    Mais sous IE6 le fond jaune ne s'affiche pas du tout.
    Pire, il s'affiche uniquement si je scrolle jusqu'en bas de la page avec le pointeur de la souris sur le menu de gauche ... et en plus le fond jaune est par dessus le texte ????

    Voici ma feuille de style:

    (les selecteurs #contenu_cadre et #produit on un comportement bizzare)

    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
     
    * {
    	margin:0;
    	padding:0;
    }
    body {
    	margin:0;
    	padding:0;
    	background-color:#99CCFF;
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    h1, h2 {
    	text-indent:-5000px;
    	font-size:1px;
    	color:#xxxxxx;
    	margin:0;
    }
    /** Gabarits de mise en page global **/
    #conteneur_global {
    	position: relative;
    	width: 960px;
    	margin: 0 auto; 
    }
    #conteneur_central {
    	margin-top:5px;
    }
    #centre {
    	margin-left:215px;
    }
    #gauche {
    	float:left;
    	margin-right:15px;
    }
    .separateur {
    	clear:both;
    }
     
    /** Entete du site **/
    #header {
    	height:100px;
    	width:960px;
    	background-image:url(Design/bg_stripe.jpg);
    	background-position:top left;
    	background-repeat:no-repeat;
    	margin-bottom:0;
    }
    #header img {
    	margin:6px 0 6px 6px;
    }
    #header object {
    	float:right;
    	margin:15px 15px 15px 0;
    }
    #header_nav {
    	background-image:url(Design/bg_nav.gif);
    	background-repeat:no-repeat;
    	background-position:top left;
    	height:28px;
    	width:960px;
    	margin-top:0;
    }
    #header_nav p {
    	padding:6px 0 6px 138px;
    	color:#FFFF99;
    	font-size:11px;
    	font-weight:bold;
    	margin:0;
    }
    #a_topnav a {
    	color:#FFFF99;
    	text-decoration:none;
    }
    #a_topnav a:hover {
    	color:#000099;
    	background-color:#FFFF99;
    }
    #header_cart {
    	float:right;
    	margin:6px 10px 6px 0;
    }
    /** Bloc de publicité **/
    .Pub_728x90 {
    	background-repeat:no-repeat;
    }
    .Pub_200x100 {
    	background-repeat:no-repeat;
    }
    /** Bloc menu de gauche **/
    #menu_gauche {
    	width:200px;
    }
    #menu_gauche_top, #menu_gauche_bottom {
    	height:11px;
    	background-repeat:no-repeat;
    	font-size:1px; /*correction de bogue IE */
    }
    #menu_gauche_top {
    	background-image:url(Design/menu_gauche_top.gif);
    }
    #menu_gauche_bottom {
    	background-image:url(Design/menu_gauche_bottom.gif);
    }
    #contenu_menu_gauche {
    	margin:0;
    	border-left:1px solid #666;
    	border-right:1px solid #666;
    	background-color:#FFF;
    	text-align:center;
    }
    #contenu_menu_gauche span {
    	color:#000099;
    	font-size:14px;
    	font-weight:bold;
    }
    #contenu_menu_gauche h3 {
    	display:block;
    	height:16px;
    	color:#FFFFFF;
    	background-color:#6E87BD;	
    	font-size:12px;
    	padding:5px 0;
    	margin:0;
    }
    #contenu_menu_gauche ul {
    	margin:5px;
    	padding:0;
    	text-align:left;
    	list-style-type:square;
    	list-style-position:inside;
    	color:#000099;
    	font-size:11px;
    }
    #contenu_menu_gauche li {
    	margin:0;
    	padding:0;
    }
    #contenu_menu_gauche a {
    	margin:0;
    	text-decoration:none;
    	color:#000099;	
    }
    #contenu_menu_gauche a:hover {
    	background-color:#6E87BD;
    	color:#FFFFFF;	
    }
     
    /** Bloc contenu centrel **/
    #cadre {
    	background-color: #FFFFFF;
    	margin:0;
    }
     
    #cadre_top, #cadre_bottom {
    	height:11px;
    	background-repeat:no-repeat;
    	font-size:1px; /*correction IE6 */
    }
    #cadre_top {
    	background-image:url(Design/cadre_top.gif);
    	background-color:#FFFFFF; /*correction IE6 */
    	margin:0;
     
    }
    #cadre_bottom {
    	background-image:url(Design/cadre_bottom.gif);
    	margin:0 0 10px 0;
    }
    #contenu_cadre {
    	border-left:1px solid #666;
    	border-right:1px solid #666;
    	padding:0;
    	margin:0;
    }
     
    #intro_cadre {
    }
    ul#tabnav {
        font-size: 11px;
        list-style-type: none;
        padding-bottom: 24px;
        border-bottom: 1px solid #999;
        margin: 0;
    }
    ul#tabnav li {
        float: left;
        height: 21px;
        background-color: #FFF;
        margin: 2px 2px 0 2px;
        border: 1px solid #999;
    }
    ul#tabnav li.activetab {
    	float: left;
        height: 17px;
        margin: 2px 2px 0 2px;
    	padding: 4px 4px 0 4px;
        border-top: 1px solid #999;
    	border-left: 1px solid #999;
        border-right: 1px solid #999;
    	font-weight:bold;
    	color:#666;
    	background-color: #FFF;
    }
    #tabnav a {
        float: left;
        display: block;
        color: #666666;
        text-decoration: none;
        padding: 4px;
    }
    #tabnav a:hover {
        background-color:#EBEBEB;
    }
    #produit {
    	padding:11px;
    	margin:0;
    	font-size:12px;
    	/*border-left:1px solid #666;*/
     
    }
    .prod_titre, .prod_sstitre {
    	padding:0 11px 0 11px;
    }
    .prod_titre {
    	font-size:14px;
    	font-weight:bold;
    	color:#000099;
    }
    .prod_sstitre {
    	font-size:11px;
    	color:#FF0000;
    }
     
    #diapo {
    	float:right;
    }
    /**** Tableau de produits *****/
     
    .TableauPrix {
    	border: 1px solid #999999;
    	border-collapse: collapse;
    	margin:10px 0 10px 0;
    	width:490px;
    }
     
    .EnteteTableauPrix{
    	background-color:#999999;
    	color:#FFFFFF;
    	font-size:12px;
    	font-weight:bold;
    	text-align:center;
    }
    .LignesTableauPrix {
    	border-top: 1px dotted #999999;
    	height: 30px;
    	background-color:#FFFFFF;
    	font-size:12px;
    }
     
    /** Pied de page **/
    #footer {
    	margin-top:5px;
    }
    #contenu_footer {
    	border-left:1px solid #666;
    	border-right:1px solid #666;
    	background-color:#FFF;
    	text-align:center;
    	font-size:10px;
    	margin:0;
    }
    #footer_top, #footer_bottom {
    	height:11px;
    	background-repeat:no-repeat;
    	font-size:1px; /*correction de bogue IE */
    }
    #footer_top {
    	background-image:url(Design/footer_top.gif);
    }
    #footer_bottom {
    	background-image:url(Design/footer_bottom.gif);
    }
    Merci pour votre aide précieuse ...

  2. #2
    Membre habitué Avatar de dream_of_australia
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    167
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Alpes Maritimes (Provence Alpes Côte d'Azur)

    Informations forums :
    Inscription : Juin 2007
    Messages : 167
    Points : 136
    Points
    136
    Par défaut
    Ce n'est pas dans #produit qu'il faut mettre ta couleur de fond ?

Discussions similaires

  1. Bug background-color sous Safari
    Par gibet_b dans le forum Mise en page CSS
    Réponses: 0
    Dernier message: 21/09/2010, 16h37
  2. Problème background-color sous IE6
    Par ahlem83 dans le forum Mise en page CSS
    Réponses: 3
    Dernier message: 06/07/2009, 17h38
  3. color transparent! marche pas sous IE6 => alternative?
    Par kleenex dans le forum Mise en page CSS
    Réponses: 6
    Dernier message: 01/03/2008, 12h09
  4. <img>, background-color et IE6
    Par picwic dans le forum Mise en page CSS
    Réponses: 12
    Dernier message: 13/02/2008, 22h54
  5. background-color dans un fieldset sous ie
    Par shawty dans le forum Mise en page CSS
    Réponses: 6
    Dernier message: 24/08/2007, 11h01

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