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 :

Probleme codage FF & IE


Sujet :

CSS

Vue hybride

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

    Informations forums :
    Inscription : Septembre 2007
    Messages : 12
    Par défaut Probleme codage FF & IE
    Salut tout le monde,

    j'ai ce grand problème connu de tout les amateurs "le problème entre FF & IE". Mon site est parfait sous firefox mais arriver sur IE il est decalé a 100%.. En plus que IE ne prend pas en compte le .png je vous laisse imaginé le massacre... Le problème est que mon site devais être terminer pour un projet il a deja 1 mois et il n'avance pas du tout a cause de ça.. Qui pourrait m'aider ?


    Code CSS :

    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
    body{
    background-color:#000000;
    }
     
    #bloc{
    background-image:url(images/bloc.png);
    width:977px;
    height:689px;
    margin:auto;
    margin-top:0;
    }
     
    #footer{
    color: white;
    padding: 0 0 0 0;
    background-image:url(images/footer.png);
    width:965px;
    height:59px;
    margin:auto;
    }
     
     
    .top{
    width:980px;
    height:115px;
    margin-top:0px;
    }
     
    .header{
    width:auto;
    height:auto;
    margin-top:0px;
    float:left;
    margin-left:100px;
    }
     
    .head_port{
    padding: 0 0 0 0;
    background-image:url(images/bar_port.png);
    width:926px;
    height:32px;
    margin:auto;
    margin-top:10px;
    }
     
    .head_reas{
    padding: 0 0 0 0;
    background-image:url(images/bar_reas.png);
    width:926px;
    height:32px;
    margin:auto;
    margin-left:3px;
    margin-top:9px;
    }
    .head_contact{
    padding: 0 0 0 0;
    background-image:url(images/bar_contact.png);
    width:519px;
    height:43px;
    margin:auto;
    margin-left:1px;
    margin-top:9px;
    }
     
    .head_info{
    padding: 0 0 0 0;
    background-image:url(images/bar_info.png);
    width:360px;
    height:46px;
    margin:auto;
    margin-left:5px;
    margin-top:9px;
    }
     
     
    /*----------------------------------------------------------------------------------------------------------------------------------------------------
                									MENU TOP
    ----------------------------------------------------------------------------------------------------------------------------------------------------*/
     
     
    #menu_top ul{
    width:932px;
    height:44px;
    margin-top:auto;
    }
     
    #menu_top ul li{
    list-style:none;
    margin-left:33px;
    margin-top:80px;
    }
     
    #menu_top ul li a{
    border: none;
    outline-color: #FFFFFF;
    display:inline;
    }
     
    .btn_acceuil{
    width:165px;
    height:51px;
    background:url(images/menu/Accueil.png) no-repeat;
    display:block;
    border:none;
    margin-top:-22px;
    margin-left:-55px;
    padding:0 1px 0 0;
    float:left;
    }
     
    .btn_port{
    width:174px;
    height:51px;
    background:url(images/menu/Port.png) no-repeat;
    display:block;
    border:none;
    margin-top:-20px;
    margin-left:0px;
    padding:0 1px 0 0;
    float:left;
    }
     
    .btn_rea{
    width:226px;
    height:51px;
    background:url(images/menu/Rea.png) no-repeat;
    display:block;
    border:none;
    margin-top:-20px;
    margin-left:-1px;
    padding:0 1px 0 0;
    float:left;
    }
     
    .btn_serv{
    width:181px;
    height:51px;
    background:url(images/menu/serv.png) no-repeat;
    display:block;
    border:none;
    margin-top:-20px;
    margin-left:-1px;
    padding:0 1px 0 0;
    float:left;
    }
     
    .btn_cont{
    width:197px;
    height:66px;
    background:url(images/menu/cont.png) no-repeat;
    display:block;
    border:none;
    margin-top:-32px;
    margin-left:-1px;
    padding:0 7px 0 0;
    float:left;
    }
     
    /*----------------------------------------------------------------------------------------------------------------------------------------------------
                									Contener
    ----------------------------------------------------------------------------------------------------------------------------------------------------*/
     
     
    #cont_creas{
    background:url(images/con_creas.png) no-repeat left top;
    height:226px;
    width:471px;
    margin-top:0px;
    margin-left:15px;
    }
     
    #cont_news{
    background:url(images/con_news.png) no-repeat left top;
    height:226px;
    width:471px;
    float:left;
    margin-top:-233px;
    margin-left:485px;
    }
     
    #cont_port{
    background:url(images/portfolio_bloc.png) no-repeat left top;
    height:426px;
    width:928px;
    float:left;
    margin-top:-20px;
    margin-left:20px;
    }
     
    #cont_serv{
    background:url(images/coming_soon.png) no-repeat left top;
    height:426px;
    width:928px;
    float:left;
    margin-top:-20px;
    margin-left:20px;
    }
     
    #cont_contact{
    background:url(images/contact_bloc.png) no-repeat left top;
    height:426px;
    width:928px;
    float:left;
    margin-top:-21px;
    margin-left:20px;
    }
     
    #cont_info{
    background:url(images/info_bloc.png) no-repeat left top;
    height:438px;
    width:367px;
    float:left;
    margin-top:-428px;
    margin-left:570px;
    }
    /*----------------------------------------------------------------------------------------------------------------------------------------------------
                									Texte
    ----------------------------------------------------------------------------------------------------------------------------------------------------*/
     
    .tag{
    text-align: justify;
    padding: 4px 0 0 60px;
    font-size: 12px;
    font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
    color: #ffffff;
    	}
     
    .copyright{
    margin:5px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
    color: #ffffff;
    }
     
     
     
     
     
    /*----------------------------------------------------------------------------------------------------------------------------------------------------
                									Galerie
    ----------------------------------------------------------------------------------------------------------------------------------------------------*/
     
     
     
     
     
     
    #slideshow {
    list-style:none; 
    color:#fff;
    }
     
    #slideshow span {display:none;
    margin-top:0;
    }
     
    #wrapper {width:506px; margin:5px auto; display:none}
     
    #wrapper * {margin:0; padding:0}
     
    #fullsize {position:relative; width:500px; height:270px; padding:2px; border:1px solid #ccc; background:#000}
     
    #information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
     
    #information h3 {padding:4px 8px 3px; font-size:14px}
     
    #information p {padding:0 8px 8px}
     
    #image {
    width:500px;
    margin:0 0 0 0;
    }
     
    #image img {position:absolute; z-index:25; width:auto}
     
    .imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
     
    #imgprev {left:0; background:url(images/left.gif) left center no-repeat}
     
    #imgnext {right:0; background:url(images/right.gif) right center no-repeat}
     
    #imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
     
    .linkhover {background:url(images/link.gif) center center no-repeat}
     
    #thumbnails {margin-top:15px}
     
    #slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
     
    #slideleft:hover {background-color:#333}
     
    #slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
     
    #slideright:hover {background-color:#333}
     
    #slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
     
    #slider {position:absolute; left:0; height:81px}
     
    #slider img {cursor:pointer; border:1px solid #666; padding:2px}

    Et voici ma page publié : http://vfxart.free.fr/Test

  2. #2
    Membre chevronné
    Profil pro
    Inscrit en
    Février 2009
    Messages
    308
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2009
    Messages : 308
    Par défaut
    Bonjour,

    bon déjà il n'y que IE6 qui as un problème avec les png

    Je regarde le reste.

  3. #3
    Membre chevronné
    Profil pro
    Inscrit en
    Février 2009
    Messages
    308
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2009
    Messages : 308
    Par défaut
    Bon commence par tester avec ces modif :

    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
    #menu_top ul{
    /*width:932px;*/
    height:44px;
    /*margin-top:auto; a remplacer par = */
    margin-top:80px;
    margin-left:33px;
    }
     
    #menu_top ul li{
    list-style:none;
    /*margin-left:33px;
    margin-top:80px; a effacer*/
    float:left;
    overflow:hidden;
    }
     
    #menu_top ul li a{
    border: none;
    outline-color: #FFFFFF;
    height:66px; /* a ajouter */
    /*display:inline; a effacer */
    }
     
    .btn_acceuil{
    width:165px;
    /*height:51px;*/
    background:url(images/menu/Accueil.png) no-repeat left bottom;
    display:block;
    border:none;
    /*margin-top:-22px;
    margin-left:-55px;*/
    padding:0 1px 0 0;
    /*float:left;*/
    }
     
    .btn_port{
    width:174px;
    /*height:51px;*/
    background:url(images/menu/Port.png) no-repeat left bottom;
    display:block;
    border:none;
    /*margin-top:-20px;
    margin-left:0px;*/
    padding:0 1px 0 0;
    /*float:left;*/
    }
     
    .btn_rea{
    width:226px;
    /*height:51px;*/
    background:url(images/menu/Rea.png) no-repeat left bottom;
    display:block;
    border:none;
    /*margin-top:-20px;
    margin-left:-1px;*/
    padding:0 1px 0 0;
    /*float:left;*/
    }
     
    .btn_serv{
    width:181px;
    /*height:51px;*/
    background:url(images/menu/serv.png) no-repeat left bottom;
    display:block;
    border:none;
    /*margin-top:-20px;
    margin-left:-1px;*/
    padding:0 1px 0 0;
    /*float:left;*/
    }
     
    .btn_cont{
    width:197px;
    /*height:66px;*/
    background:url(images/menu/cont.png) no-repeat left bottom;
    display:block;
    border:none;
    /*margin-top:-32px;
    margin-left:-1px;*/
    padding:0 7px 0 0;
    /*float:left;*/
    }

  4. #4
    Membre averti
    Profil pro
    Inscrit en
    Septembre 2007
    Messages
    12
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2007
    Messages : 12
    Par défaut
    Citation Envoyé par Ethyde Voir le message
    Bonjour,

    bon déjà il n'y que IE6 qui as un problème avec les png

    Je regarde le reste.

    Exactement, je me suis tromper..



    Pour repondre a ta modification, sa devient de plus en plus beau mais ce n'ai pas encore ça.

    Voici le lien : http://vfxart.free.fr/Test Tu peut essayer sous IE



    Le problème est que ça me décale aussi sur FF & Google chrome.. C'est normal ?

Discussions similaires

  1. Probleme Codage UTF-8 ISO-8859-1
    Par maskk dans le forum Développement
    Réponses: 1
    Dernier message: 10/11/2010, 10h14
  2. [XHTML 1.1] probleme codage boutons de template
    Par 9-THUG dans le forum Balisage (X)HTML et validation W3C
    Réponses: 2
    Dernier message: 11/12/2009, 14h08
  3. [XSL IF] Probleme Codage
    Par xiii34 dans le forum XSL/XSLT/XPATH
    Réponses: 1
    Dernier message: 25/05/2007, 12h25
  4. [cURL] Un petit problème, codage de mot de passe
    Par Jibees dans le forum Bibliothèques et frameworks
    Réponses: 1
    Dernier message: 13/10/2006, 12h35
  5. [HTML] probleme codage html avec ie/firefox
    Par devilzaz dans le forum Balisage (X)HTML et validation W3C
    Réponses: 3
    Dernier message: 20/02/2006, 01h00

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