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 :

[css][php]affichage incoherent avec php


Sujet :

CSS

  1. #1
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut [css][php]affichage incoherent avec php
    Bonjour au Forumeurs

    ben voila Le bandeau et le menu restent fixes sur la page.
    Seule la partie "contenu" peut défiler a l'écran a travers les menus et les sous menus jusque la toute est bien mais reste que j'ai un affichage incoherent le milieu de ma page et mal positioner

    voici le 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
     
    <-------------------- GENERAL --------------------> */
    body {
      margin: 0;
      padding: 0;
      font-family: Verdana, Bitstream Vera Sans, Lucida Grande, sans-serif;
      font-size: .8em;
      line-height: 1.25;
      color: black;
      background: #7FCF2E;
    }
    html {width: 100%;}
    #global {
      overflow : auto;
      width: 1000px;
      padding: 0;
      margin:0;
      background: white url(../img/global.png) repeat-y;
    }
    /* <---------------- div PRINCIPALES ---------------> */
    /* <-- entete --> */
    #entete {
      position:relative;
      height: 100px;
      color: #FFF;
      background: #7FCF2E url(../img/header.png) no-repeat;
      position: relative;
    }
    /* <-- menu --> */
    #menu {
      position:relative;
      width: 200px;
      height: 500px;
      background: #aaf url(../img/menuGP.png) no-repeat;
    }
    /* <-- contenu --> */
    #contenu {
      position:relative;
      float: left;
      width: 800px;
      height: 500px;
      background:navy url(../img/accueil/bckground.png);
    }
    /* <-- footer --> */
    #footer {
      position:relative;
      clear:both;
      text-align:center;
      height: 50px;
      width: 100%;
      background: #7FCF2E url(../img/footer.png) repeat-x;
      color: #FFF;
    }
    /* <---------------- div SECONDAIRES---------------> */
    /* <-- DANS div CONTENU --> */
    #contenu > :first-child {margin-top: 10px;}
    #contenu .produit {
      position: absolute;
      top: 25px;
      left: 20px;
      width: 200px;
      height: 166px;
      background: #faf url(../img/accueil/produit.png);
    }
    #contenu .recette {
      position: absolute;
      top: 220px;
      left: 20px;
      width: 200px;
      height: 164px;
      background: #faf url(../img/accueil/recette.png);
    }
    #contenu .visiter {
      position: absolute;
      top: 400px;
      left: 300px;
      width: 218px;
      height: 164px;
      background: #faf url(../img/accueil/visiter.png);
    }
    #contenu .acheter {
      position: absolute;
      top: 375px;
      left: 600px;
      width: 218px;
      height: 164px;
      background: #faf url(../img/accueil/acheter.png);
    }
     
    /* <-- DANS div ENTETE --> */
    #entete h1 {
      margin: 0;
      position: absolute;
      top: 5px;
      left: 350px;
      font: italic bold 1.2em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    }
    #entete h2 {
      position: absolute;
      top: 25px;
      left: 650px;
      font: italic bold 1.2em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    }
     
    /* <-- DANS div MENU --> */
    #menu ul {
      position: relative;
      left: 10px;
      top: 25px;
      padding: 0;
      margin: 0;
      border: 0;
    }
    #menu li a {
      color: #FFFFFF;
      text-decoration: none;
      font-weight: bold;
    }
    #menu ul li {
      position: absolute;
      list-style: none;
    }
    #menu ul a {display: block;}
    #menu ul.niveauA2 a {color: #026237;}
    #menu ul.niveauA2 a:hover {color: #2EC739;}
    #menu ul.niveauA2 ul a {color: #FFFFFF;}
    #menu ul.niveauA2 ul a:hover {color: #026237;}
    #menu ul ul {
      position: absolute;
      top: 0;
      background-color: #B4E14D;
      border: 2px outset #DDF4EC;
      display: none; 
    }
    #menu ul ul a:hover,#menu ul ul a:active,#menu ul ul a:focus{
      background-color: #2EC739;
      color: #026237;
      border: 1px inset;
      padding: 0 3px;
    }
    #menu ul ul li {
      position: relative;
      border: 1px solid #B4E14D; /* Pour empêcher le décalage */
    }
    #menu ul ul li.sousNiveau {background-color: #9BCF23;}
    #menu ul ul li a {
      color: #FFFFFF;
      font-weight: normal;
    }
    #menu ul ul ul {
      position: absolute;
      display: none;
    }
    #menu ul li.sousNiveau:hover ul.niveauB, #menu ul.niveauB li.sousNiveau:hover ul.niveauC {display: block;}
    #menu ul ul.niveauB li.sousNiveau a {font-weight: normal;}
    #menu ul ul.niveauB ul.niveauC li a {font-weight: normal;}
    #menu_accueil a:hover, #menu_campagne a:hover, #menu_agriculture a:hover, #menu_chambre a:hover {color: #2EC739;}
    #menu_affiche a:hover, #menu_presse a:hover, #menu_emploi a:hover, #menu_photo a:hover, #menu_contact a:hover {color: #026237;}
    /* <-- menu --> */
    #menu_accueil {
      position : relative;
      width: 185px;
      left: 5px;
      top: 40px;
    }
    #menu_accueil ul {
      width: 0px;
      left: 185px;
    }
    #menu_affiche {
      position : relative;
      width: 185px;
      left: 5px;
      top: 80px;
    }
    #menu_affiche ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_campagne {
      position : relative;
      width: 185px;
      left: 5px;
      top: 120px;
    }
    #menu_campagne ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_campagne ul ul {
      width: 150px;
      left: 145px;
    }
    #menu_presse {
      position : relative;
      width: 185px;
      top: 160px;
      left: 5px;
    }
    #menu_presse ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_photo {
      position: absolute;
      width: 185px;
      top: 200px;
      left: 5px;
    }
    #menu_photo ul {
      width: 0;
      top: 440px;
      left: 185px;
    }
    #menu_contact {
      position : absolute;
      width: 185px;
      top: 240px;
      left: 5px;
    }
    #menu_contact ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_emploi {
      position : absolute;
      width: 185px;
      top: 260px;
      left: 5px;
    }
    #menu_emploi ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
     
    /* <-- espace pro --> */
    .idDiv {
      position: relative;
      border: 1px solid #026237;
      top: 5px;
      left: 5px;
      width: 190px;
      height: 40px;
      text-align: center;
      font-size: .8em;
      color: #026237;
    }
    .searchDiv {
      position: absolute;
      top: 105px;
      right: 5px;
      font-size: .9em;
      z-index: 1;
    }
    #searchBox {
      border: 1px solid #026237;
      background-color: #2EC739;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
    }
    #idBox {
      border: 1px solid #026237;
      background-color: #2EC739;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
    }
     
    #idButton {
      border: 1px solid #026237;
      background-color: #026237;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
      font-weight: bold;
    }
     
    #searchButton {
      border: 1px solid #026237;
      background-color: #026237;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
      font-weight: bold;
    }
    /* <-- --------- --> */
    je joint ici une image montre clairement l'etat de l'image



    Remarque : j'ai reduit la taille de l'image a partir de navigateur pour visualiser l'image tout entier

    Merci d'avance

  2. #2
    Membre averti Avatar de Poulpynette
    Femme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2006
    Messages
    349
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 47
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2006
    Messages : 349
    Points : 391
    Points
    391
    Par défaut
    Bonjour,

    Peux-tu donner le code HTML qui va avec ton CSS ?

    Ton problème ressemble à une histoire de positionnement "absolute" à première vue.

  3. #3
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    Merci Poulpynette

    j'ai resolu le probleme grace a jreaux62

    mais pour l'instant j'ai un probleme ;c'est que je veux separer l'entete et le pied de ma page de contenu

    style.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
     
    /* <-------------------- GENERAL --------------------> */
    body {
      margin: 0;
      padding: 0;
      font-family: Verdana, Bitstream Vera Sans, Lucida Grande, sans-serif;
      font-size: .8em;
      line-height: 1.25;
      color: black;
      background: #7FCF2E;
    }
    html {
      height: 100%;
    }
    #global {
      overflow : auto;
      width: 1000px;
      padding: 0;
      margin:0;
      margin-left: auto;
      margin-right: auto;
      background: #FFFFFF;
      background: white url(../img/global.png) repeat-y;
    }
    /* <---------------- div PRINCIPALES ---------------> */
    /* <-- entete --> */
    #entete {
      position: relative;
      height: 100px;
      color: #FFF;
      background: #7FCF2E url(../img/header.png) no-repeat;
    }
    /* <-- menu --> */
    #menu {
      position: relative;
      float: left;
      width: 200px;
      height: 500px;
      background: #aaf url(../img/menuGP.png) no-repeat;
    }
    /* <-- contenu --> */
    #contenu {
      position: relative;
      float:right;
      width: 800px;
      height: 500px;
     
    }
    /* <-- footer --> */
    #footer {
      position: relative;
      clear:both;
      height: 50px;
      width: 1000px;
      text-align: center;
      vertical-align: middle;
      background: #7FCF2E url(../img/footer.png) repeat-x;
      color: #FFF;
    }
    /* <-- espace pro --> */
    .idDiv {
    position: relative;
    border: 1px solid #026237;
    top: 5px;
    left: 5px;
    width: 190px;
    height: 40px;
    text-align: center;
    font-size: .8em;
    color: #026237;
    }
    /* <-- recherche --> */
    .searchDiv {
      position: relative;
      text-align: right;
      width: 800px;
      top: 1px;
      right: 5px;
      font-size: .9em;
      z-index: 1;
    }
    /* <---------------- div SECONDAIRES---------------> */
    /* <-- DANS div CONTENU --> */
    #contenu > :first-child {margin-top: 10px;}
    #contenu .produit {
      position: absolute;
      top: 25px;
      left: 20px;
      width: 200px;
      height: 166px;
      background: #faf url(../img/accueil/produit.png);
    }
    #contenu .recette {
      position: absolute;
      top: 220px;
      left: 20px;
      width: 200px;
      height: 164px;
      background: #faf url(../img/accueil/recette.png);
    }
    #contenu .visiter {
      position: absolute;
      top: 400px;
      left: 300px;
      width: 218px;
      height: 164px;
      background: #faf url(../img/accueil/visiter.png);
    }
    #contenu .acheter {
      position: absolute;
      top: 375px;
      left: 600px;
      width: 218px;
      height: 164px;
      background: #faf url(../img/accueil/acheter.png);
    }
     
    /* <-- DANS div ENTETE --> */
    #entete h1 {
      margin: 0;
      position: absolute;
      top: 5px;
      left: 350px;
      font: italic bold 1.2em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    }
    #entete h2 {
      position: absolute;
      top: 25px;
      left: 650px;
      font: italic bold 1.2em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    }
     
    /* <-- DANS div MENU --> */
    #menu ul {
      position: relative;
      left: 10px;
      top: 25px;
      padding: 0;
      margin: 0;
      border: 0;
    }
    #menu li a {
      color: #FFFFFF;
      text-decoration: none;
      font-weight: bold;
    }
    #menu ul li {
      position: absolute;
      list-style: none;
    }
    #menu ul a {display: block;}
    #menu ul.niveauA2 a {color: #026237;}
    #menu ul.niveauA2 a:hover {color: #2EC739;}
    #menu ul.niveauA2 ul a {color: #FFFFFF;}
    #menu ul.niveauA2 ul a:hover {color: #026237;}
    #menu ul ul {
      position: absolute;
      top: 0;
      background-color: #B4E14D;
      border: 2px outset #DDF4EC;
      display: none; 
    }
    #menu ul ul a:hover,#menu ul ul a:active,#menu ul ul a:focus{
      background-color: #2EC739;
      color: #026237;
      border: 1px inset;
      padding: 0 3px;
    }
    #menu ul ul li {
      position: relative;
      border: 1px solid #B4E14D; /* Pour empêcher le décalage */
    }
    #menu ul ul li.sousNiveau {background-color: #9BCF23;}
    #menu ul ul li a {
      color: #FFFFFF;
      font-weight: normal;
    }
    #menu ul ul ul {
      position: absolute;
      display: none;
    }
    #menu ul li.sousNiveau:hover ul.niveauB, #menu ul.niveauB li.sousNiveau:hover ul.niveauC {display: block;}
    #menu ul ul.niveauB li.sousNiveau a {font-weight: normal;}
    #menu ul ul.niveauB ul.niveauC li a {font-weight: normal;}
    #menu_accueil a:hover, #menu_campagne a:hover, #menu_agriculture a:hover, #menu_chambre a:hover {color: #2EC739;}
    #menu_affiche a:hover, #menu_presse a:hover, #menu_emploi a:hover, #menu_photo a:hover, #menu_contact a:hover {color: #026237;}
    /* <-- menu --> */
    #menu_accueil {
      position : relative;
      width: 185px;
      left: 5px;
      top: 40px;
    }
    #menu_accueil ul {
      width: 0px;
      left: 185px;
    }
    #menu_affiche {
      position : relative;
      width: 185px;
      left: 5px;
      top: 80px;
    }
    #menu_affiche ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_campagne {
      position : relative;
      width: 185px;
      left: 5px;
      top: 120px;
    }
    #menu_campagne ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_campagne ul ul {
      width: 150px;
      left: 145px;
    }
    #menu_presse {
      position : relative;
      width: 185px;
      top: 160px;
      left: 5px;
    }
    #menu_presse ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_photo {
      position: absolute;
      width: 185px;
      top: 200px;
      left: 5px;
    }
    #menu_photo ul {
      width: 0;
      top: 440px;
      left: 185px;
    }
    #menu_contact {
      position : absolute;
      width: 185px;
      top: 240px;
      left: 5px;
    }
    #menu_contact ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_emploi {
      position : absolute;
      width: 185px;
      top: 260px;
      left: 5px;
    }
    #menu_emploi ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
     
    /* <-- recherche --> */
    #searchBox {
      border: 1px solid #026237;
      background-color: #2EC739;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
    }
    #idBox {
      border: 1px solid #026237;
      background-color: #2EC739;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
    }
     
    #idButton {
      border: 1px solid #026237;
      background-color: #026237;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
      font-weight: bold;
    }
     
    #searchButton {
      border: 1px solid #026237;
      background-color: #026237;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
      font-weight: bold;
    }
    /* <-- --------- --> */
    voici les deux image l'entete et le pied de page sont bien defini dans l'image deux au revanche dans l'image une

    Merci de votre Aide

  4. #4
    Invité
    Invité(e)
    Par défaut
    Pour info : 1er probleme RESOLU (et la solution) ici :
    http://www.developpez.net/forums/d71...ncoherent-php/

    2eme probleme :
    Tu veux faire quoi exactement ? Mettre un FOND BLANC sur ton site ?
    (pour que le bandeau est le pied de page ressortent bien en vert, c'est bien ca ?)

    Change juste ca :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    body {
      margin: 0;
      padding: 0;
      font-family: Verdana, Bitstream Vera Sans, Lucida Grande, sans-serif;
      font-size: .8em;
      line-height: 1.25;
      color: black;
      background: #FFFFFF;
    }
    Dernière modification par Invité ; 06/04/2009 à 22h23.

  5. #5
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    Bonjour jreaux62

    la solution marche bien l'entete et le pied de page sont bien defini

    mais j'ai un probleme au niveau de div contenu

    comment je peux ajuster les pages charger dans le contenu par apport a l'espace du contenu

    les images jointes montre clairement le probleme

  6. #6
    Invité
    Invité(e)
    Par défaut
    code du fichier best.htm ?
    Dernière modification par Invité ; 07/04/2009 à 13h12.

  7. #7
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    Merci jreaux62

    voici le code best.htm
    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
     
    <title>Page d'accueil des enseignants et futurs enseignants</title>
    <script language="javascript">
     
    function changeBackgroundColor(elemnt)
    {
     
             if (elemnt) {   
              elemnt.style.backgroundColor = "yellow";
       }
              return;
    }
     
    function verify()
    	{
    		tt = document.getElementsByTagName("form");
    		if (tt[0].Code.value=="")
    		{
    			alert("Saisir Votre Code SVP!");
    			tt[0].Code.focus();
                            changeBackgroundColor(document.clientform.Code);
    			return false;
    		}
    		else
    		{
    			document.clientform.action="Enseignant.php?mode=control";
    			document.clientform.submit();
    			return true;
    		}
    	}
     
     
    function ajout()
    	{
    		chp = document.getElementsByTagName("form");
    		if (chp[0].CodE.value=="" || chp[0].NomE.value=="" || chp[0].PrenE.value=="" || chp[0].AdrE.value=="" || chp[0].ViE.value=="" || chp[0].TelE.value==""  || chp[0].emailE.value=="")
    		{
    			alert("Remplir tous les champs SVP!");
    			chp[0].CodE.focus();
                            changeBackgroundColor(document.clientform.CodE);
    			return false;
    		}
    		else
    		{
    			if (isNaN(chp[0].TelE.value))
    			{
    				alert("Numero Invalide!");
    				chp[0].TelE.focus();
                                    changeBackgroundColor(document.clientform.TelE);
    				return false;
                          }
     
    			else
    			{
    				document.clientform.action="Enseignant.php?mode=add";
    				document.clientform.submit();
    				return true;
    			}
    		}
    	}
    </script>
    <style type="text/css"><!--
      .bold_right {font-weight: bold; text-align: right;}
      .gray_banner { font-weight: bold; color: white; 
                     background-color: gray; 
                     text-align: center; font-size: 3em;}
      .bold_large {font-size: 1.1em; font-weight: bold;}
    -->
    </style>
    </head>
    <body style="margin: 0">
    <table border="0" cellpadding="5" cellspacing="0">
       <tr><td colspan="3" class="gray_banner">
            Enseignant ou futurs enseignants</td></tr>
       <tr><td width="40%" valign="top" class="bold_large">
             Etes-vous d&eacute;ja membre ?
             <br><br><br><br><br>
     
            <form name="clientform" method="post" >
     
             <p><table border="0">
     
     <tr>
      	<td><font color="#FF3300">Veuillez saisir le code de sécurité:</font></td>
    	<td><input type="text" name="Code"></td>
      </tr>
      <tr>
     
               <td style="text-align: center" colspan="2">
                    <br><input type="button" value="Identifiez-vous" onClick="verify();"></td>
        </tr>
    </table>
           </td>
           <td style="width: 1; background-color: gray"></td>
           <td style="width: 70%"><p>
             <span class="bold_large"></p>
       <!-- formulaire à renseigner par les nouveaux membres -->
     
           <form name="clientform" method="post">
             <table border="0" width="100%">
     
    <tr><td class="bold_right">Code Enseignant</td>
                   <td><input type="text" name="CodE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Nom</td>
                   <td><input type="text" name="NomE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Prenom</td>
                   <td><input type="text" name="PrenE" 
                          size="20" maxlength="20"></td></tr>
     
    <tr><td class="bold_right">Adresse</td>
                   <td><input type="text" name="AdrE" 
                          size="20" maxlength="20"></td></tr>
     
     
    <tr><td class="bold_right">Ville</td>
                   <td><input type="text" name="ViE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Telephone</td>
                   <td><input type="text" name="TelE" 
                          size="15" maxlength="20"></td></tr>
     
                <tr><td class="bold_right">Adresse Email</td>
                   <td><input type="text" name="emailE" 
                          size="55" maxlength="67"></td></tr>
     
    <tr>
              <td style="text-align: center" colspan="2">
     
                     <input type="button" value="Enregistrez-vous" onClick="ajout();" >   
     
    		 <input type="reset" style="text-align: center" value ="R&eacute;tablir" ></td>
     
    </tr>
     
             </table>
            </form>
           </td>
       </tr>
       <tr><td colspan="3" 
               style="background-color: gray">&nbsp;</td></tr>
    </table>
    <div style="text-align: center; font-size: .8em">
    Nous appr&eacute;cierions vos commentaires et suggestions. Vous pouvez
    les adresser a <a href="mailto:@gmail.com">
        X@gmail.com</a></div>
    style.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
     
    /* <-------------------- GENERAL --------------------> */
    body {
      margin: 0;
      padding: 0;
      font-family: Verdana, Bitstream Vera Sans, Lucida Grande, sans-serif;
      font-size: .8em;
      line-height: 1.25;
      color: black;
      background:  #3B4E77;
    }
    html {
      height: 100%;
    }
    #global {
      overflow : auto;
      width: 1180px;
      padding: 0;
      margin:0;
      margin-left: auto;
      margin-right: auto;
      background: #FFFFFF;
      background: white url(../img/global.png) repeat-y;
    }
    /* <---------------- div PRINCIPALES ---------------> */
    /* <-- entete --> */
    #entete {
      position: relative;
      height: 100px;
      color: #FFF;
      background: #7FCF2E url(../img/header.png) no-repeat;
    }
    /* <-- menu --> */
    #menu {
      position: relative;
      float: left;
      width: 200px;
      height: 500px;
      background: #aaf url(../img/menuGP.png) no-repeat;
    }
    /* <-- contenu --> */
    #contenu {
      position: relative;
      float:right;
      width: 800px;
      height: 500px;
     
    }
    /* <-- footer --> */
    #footer {
      position: relative;
      clear:both;
      height: 50px;
      width: 1180px;
      text-align: center;
      vertical-align: middle;
      background: #7FCF2E url(../img/footer.png) repeat-x;
      color: #FFF;
    }
    /* <-- espace pro --> */
    .idDiv {
    position: relative;
    border: 1px solid #026237;
    top: 5px;
    left: 5px;
    width: 190px;
    height: 40px;
    text-align: center;
    font-size: .8em;
    color: #026237;
    }
    /* <-- recherche --> */
    .searchDiv {
      position: relative;
      text-align: right;
      width: 800px;
      top: 1px;
      right: 5px;
      font-size: .9em;
      z-index: 1;
    }
    /* <---------------- div SECONDAIRES---------------> */
    /* <-- DANS div CONTENU --> */
    #contenu > :first-child {margin-top: 10px;}
    #contenu .produit {
      position: absolute;
      top: 25px;
      left: 20px;
      width: 200px;
      height: 166px;
      background: #faf url(../img/accueil/produit.png);
    }
    #contenu .recette {
      position: absolute;
      top: 220px;
      left: 20px;
      width: 200px;
      height: 164px;
      background: #faf url(../img/accueil/recette.png);
    }
    #contenu .visiter {
      position: absolute;
      top: 400px;
      left: 300px;
      width: 218px;
      height: 164px;
      background: #faf url(../img/accueil/visiter.png);
    }
    #contenu .acheter {
      position: absolute;
      top: 375px;
      left: 600px;
      width: 218px;
      height: 164px;
      background: #faf url(../img/accueil/acheter.png);
    }
     
    /* <-- DANS div ENTETE --> */
    #entete h1 {
      margin: 0;
      position: absolute;
      top: 5px;
      left: 350px;
      font: italic bold 1.2em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    }
    #entete h2 {
      position: absolute;
      top: 25px;
      left: 650px;
      font: italic bold 1.2em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    }
     
    /* <-- DANS div MENU --> */
    #menu ul {
      position: relative;
      left: 10px;
      top: 25px;
      padding: 0;
      margin: 0;
      border: 0;
    }
    #menu li a {
      color: #FFFFFF;
      text-decoration: none;
      font-weight: bold;
    }
    #menu ul li {
      position: absolute;
      list-style: none;
    }
    #menu ul a {display: block;}
    #menu ul.niveauA2 a {color: #026237;}
    #menu ul.niveauA2 a:hover {color: #2EC739;}
    #menu ul.niveauA2 ul a {color: #FFFFFF;}
    #menu ul.niveauA2 ul a:hover {color: #026237;}
    #menu ul ul {
      position: absolute;
      top: 0;
      background-color: #B4E14D;
      border: 2px outset #DDF4EC;
      display: none; 
    }
    #menu ul ul a:hover,#menu ul ul a:active,#menu ul ul a:focus{
      background-color: #2EC739;
      color: #026237;
      border: 1px inset;
      padding: 0 3px;
    }
    #menu ul ul li {
      position: relative;
      border: 1px solid #B4E14D; /* Pour empêcher le décalage */
    }
    #menu ul ul li.sousNiveau {background-color: #9BCF23;}
    #menu ul ul li a {
      color: #FFFFFF;
      font-weight: normal;
    }
    #menu ul ul ul {
      position: absolute;
      display: none;
    }
    #menu ul li.sousNiveau:hover ul.niveauB, #menu ul.niveauB li.sousNiveau:hover ul.niveauC {display: block;}
    #menu ul ul.niveauB li.sousNiveau a {font-weight: normal;}
    #menu ul ul.niveauB ul.niveauC li a {font-weight: normal;}
    #menu_accueil a:hover, #menu_campagne a:hover, #menu_agriculture a:hover, #menu_chambre a:hover {color: #2EC739;}
    #menu_affiche a:hover, #menu_presse a:hover, #menu_emploi a:hover, #menu_photo a:hover, #menu_contact a:hover {color: #026237;}
    /* <-- menu --> */
    #menu_accueil {
      position : relative;
      width: 185px;
      left: 5px;
      top: 40px;
    }
    #menu_accueil ul {
      width: 0px;
      left: 185px;
    }
    #menu_affiche {
      position : relative;
      width: 185px;
      left: 5px;
      top: 80px;
    }
    #menu_affiche ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_campagne {
      position : relative;
      width: 185px;
      left: 5px;
      top: 120px;
    }
    #menu_campagne ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_campagne ul ul {
      width: 150px;
      left: 145px;
    }
    #menu_presse {
      position : relative;
      width: 185px;
      top: 160px;
      left: 5px;
    }
    #menu_presse ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_photo {
      position: absolute;
      width: 185px;
      top: 200px;
      left: 5px;
    }
    #menu_photo ul {
      width: 0;
      top: 440px;
      left: 185px;
    }
    #menu_contact {
      position : absolute;
      width: 185px;
      top: 240px;
      left: 5px;
    }
    #menu_contact ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
    #menu_emploi {
      position : absolute;
      width: 185px;
      top: 260px;
      left: 5px;
    }
    #menu_emploi ul {
      width: 150px;
      left: 185px;
      z-index: 2;
    }
     
    /* <-- recherche --> */
    #searchBox {
      border: 1px solid #026237;
      background-color: #2EC739;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
    }
    #idBox {
      border: 1px solid #026237;
      background-color: #2EC739;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
    }
     
    #idButton {
      border: 1px solid #026237;
      background-color: #026237;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
      font-weight: bold;
    }
     
    #searchButton {
      border: 1px solid #026237;
      background-color: #026237;
      font: 1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
      color: white;
      font-weight: bold;
    }
    /* <-- --------- --> */
    Merci d'avance

  8. #8
    Invité
    Invité(e)
    Par défaut
    supprime dans best.htm :
    <title>Page d'accueil des enseignants et futurs enseignants</title>
    et aussi :
    </head>
    <body style="margin: 0">

    et dans style.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
    /* <---------------- div PRINCIPALES ---------------> */
    .......
    /* <-- contenu --> */
    #contenu {
      position: relative;
      float:left;
      width: 980px;
      height: 500px;
    }
    ...
    /* <-- recherche --> */
    .searchDiv {
      position: relative;
      text-align: right;
      width: 980px;
      top: 1px;
      right: 5px;
      font-size: .9em;
    }

  9. #9
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    Merci jreaux62

    ta solution que tu m'as apportee marche bien

    mais les fonctions de javascript de mon formulaire ne marche plus

    alors quand j'execute le formulaire appare mes fonctions marchent bien

    avec ce code mes fonctions tournent bien

    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
     
    <script language="javascript">
    function changeBackgroundColor(elemnt)
    {
     
             if (elemnt) {   
              elemnt.style.backgroundColor = "yellow";
       }
              return;
    }
     
    function verify()
    	{
    		tt = document.getElementsByTagName("form");
    		if (tt[0].Code.value=="")
    		{
    			alert("Saisir Votre Code SVP!");
    			tt[0].Code.focus();
                            changeBackgroundColor(document.clientform.Code);
    			return false;
    		}
    		else
    		{
    			document.clientform.action="Enseignant.php?mode=control";
    			document.clientform.submit();
    			return true;
    		}
    	}
     
     
    function ajout()
    	{
    		chp = document.getElementsByTagName("form");
    		if (chp[0].CodE.value=="" || chp[0].NomE.value=="" || chp[0].PrenE.value=="" || chp[0].AdrE.value=="" || chp[0].ViE.value=="" || chp[0].TelE.value==""  || chp[0].emailE.value=="")
    		{
    			alert("Remplir tous les champs SVP!");
    			chp[0].CodE.focus();
                            changeBackgroundColor(document.clientform.CodE);
    			return false;
    		}
    		else
    		{
    			if (isNaN(chp[0].TelE.value))
    			{
    				alert("Numero Invalide!");
    				chp[0].TelE.focus();
                                    changeBackgroundColor(document.clientform.TelE);
    				return false;
                          }
     
    			else
    			{
    				document.clientform.action="Enseignant.php?mode=add";
    				document.clientform.submit();
    				return true;
    			}
    		}
    	}
    </script>
    <style type="text/css"><!--
      .bold_right {font-weight: bold; text-align: right;}
      .gray_banner { font-weight: bold; color: white; 
                     background-color: gray; 
                     text-align: center; font-size: 3em;}
      .bold_large {font-size: 1.1em; font-weight: bold;}
    -->
    </style>
    <table border="0" cellpadding="5" cellspacing="0">
       <tr><td colspan="3" class="gray_banner">
            Enseignant ou futurs enseignants</td></tr>
       <tr><td width="40%" valign="top" class="bold_large">
             Etes-vous d&eacute;ja membre ?
             <br><br><br><br><br>
            <form name="clientform" method="post" >
             <p><table border="0">
     <tr>
      	<td><font color="#FF3300">Veuillez saisir le code de sécurité:</font></td>
    	<td><input type="text" name="Code"></td>
      </tr>
      <tr>
     
               <td style="text-align: center" colspan="2">
                    <br><input type="button" value="Identifiez-vous" onClick="verify();"></td>
        </tr>
    </table>
     
           </td>
           <td style="width: 1; background-color: gray"></td>
           <td style="width: 70%"><p>
             <span class="bold_large"></p>
       <!-- formulaire à renseigner par les nouveaux membres -->
     
           <form name="clientform" method="post">
             <table border="0" width="100%">
     
    <tr><td class="bold_right">Code Enseignant</td>
                   <td><input type="text" name="CodE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Nom</td>
                   <td><input type="text" name="NomE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Prenom</td>
                   <td><input type="text" name="PrenE" 
                          size="20" maxlength="20"></td></tr>
     
    <tr><td class="bold_right">Adresse</td>
                   <td><input type="text" name="AdrE" 
                          size="20" maxlength="20"></td></tr>
     
     
    <tr><td class="bold_right">Ville</td>
                   <td><input type="text" name="ViE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Telephone</td>
                   <td><input type="text" name="TelE" 
                          size="15" maxlength="20"></td></tr>
     
                <tr><td class="bold_right">Adresse Email</td>
                   <td><input type="text" name="emailE" 
                          size="55" maxlength="67"></td></tr>
     
    <tr>
              <td style="text-align: center" colspan="2">
     
                     <input type="button" value="Enregistrez-vous" onClick="ajout();" >   
     
    		 <input type="reset" style="text-align: center" value ="R&eacute;tablir" ></td>
     
    </tr>
     
             </table>
            </form>
           </td>
       </tr>
       <tr><td colspan="3" 
               style="background-color: gray">&nbsp;</td></tr>
    </table>
    <div style="text-align: center; font-size: .8em">
    Nous appr&eacute;cierions vos commentaires et suggestions. Vous pouvez
    les adresser a <a href="mailto:@gmail.com">
        X@gmail.com</a></div>
    mais quand j'execute ce formulaire dans cette page rien ne marche

  10. #10
    Invité
    Invité(e)
    Par défaut
    Remplace <script language="javascript"> par :
    <script type="text/javascript">

    §Tes 2 formulaires ont le meme nom : <form name="clientform" method="post">
    change le 2eme : <form name="clientform2" method="post">

    Mais le probleme principal, c'est que les scripts et css doivent se déclarer entre <head> et </head> ...

  11. #11
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    voila j'ai changee les lignes mentionnes mais aucune resultat
    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
     
    <head>
    <script type="text/javascript">
    function changeBackgroundColor(elemnt)
    {
     
             if (elemnt) {   
              elemnt.style.backgroundColor = "yellow";
       }
              return;
    }
     
    function verify()
    	{
    		tt = document.getElementsByTagName("form");
    		if (tt[0].Code.value=="")
    		{
    			alert("Saisir Votre Code SVP!");
    			tt[0].Code.focus();
                            changeBackgroundColor(document.clientform.Code);
    			return false;
    		}
    		else
    		{
    			document.clientform.action="Enseignant.php?mode=control";
    			document.clientform.submit();
    			return true;
    		}
    	}
     
     
    function ajout()
    	{
    		chp = document.getElementsByTagName("form");
    		if (chp[0].CodE.value=="" || chp[0].NomE.value=="" || chp[0].PrenE.value=="" || chp[0].AdrE.value=="" || chp[0].ViE.value=="" || chp[0].TelE.value==""  || chp[0].emailE.value=="")
    		{
    			alert("Remplir tous les champs SVP!");
    			chp[0].CodE.focus();
                            changeBackgroundColor(document.clientform2.CodE);
    			return false;
    		}
    		else
    		{
    			if (isNaN(chp[0].TelE.value))
    			{
    				alert("Numero Invalide!");
    				chp[0].TelE.focus();
                                    changeBackgroundColor(document.clientform2.TelE);
    				return false;
                          }
     
    			else
    			{
    				document.clientform.action="Enseignant.php?mode=add";
    				document.clientform.submit();
    				return true;
    			}
    		}
    	}
    </script>
    <style type="text/css"><!--
      .bold_right {font-weight: bold; text-align: right;}
      .gray_banner { font-weight: bold; color: white; 
                     background-color: gray; 
                     text-align: center; font-size: 3em;}
      .bold_large {font-size: 1.1em; font-weight: bold;}
    -->
    </style>
    </head>
    <table border="0" cellpadding="5" cellspacing="0">
       <tr><td colspan="3" class="gray_banner">
            Enseignant ou futurs enseignants</td></tr>
       <tr><td width="40%" valign="top" class="bold_large">
             Etes-vous d&eacute;ja membre ?
             <br><br><br><br><br>
            <form name="clientform" method="post" >
             <p><table border="0">
     <tr>
      	<td><font color="#FF3300">Veuillez saisir le code de sécurité:</font></td>
    	<td><input type="text" name="Code"></td>
      </tr>
      <tr>
     
               <td style="text-align: center" colspan="2">
                    <br><input type="button" value="Identifiez-vous" onClick="verify();"></td>
        </tr>
    </table>
     
           </td>
           <td style="width: 1; background-color: gray"></td>
           <td style="width: 70%"><p>
             <span class="bold_large"></p>
       <!-- formulaire à renseigner par les nouveaux membres -->
     
           <form name="clientform2" method="post">
             <table border="0" width="100%">
     
    <tr><td class="bold_right">Code Enseignant</td>
                   <td><input type="text" name="CodE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Nom</td>
                   <td><input type="text" name="NomE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Prenom</td>
                   <td><input type="text" name="PrenE" 
                          size="20" maxlength="20"></td></tr>
     
    <tr><td class="bold_right">Adresse</td>
                   <td><input type="text" name="AdrE" 
                          size="20" maxlength="20"></td></tr>
     
     
    <tr><td class="bold_right">Ville</td>
                   <td><input type="text" name="ViE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Telephone</td>
                   <td><input type="text" name="TelE" 
                          size="15" maxlength="20"></td></tr>
     
                <tr><td class="bold_right">Adresse Email</td>
                   <td><input type="text" name="emailE" 
                          size="55" maxlength="67"></td></tr>
     
    <tr>
              <td style="text-align: center" colspan="2">
     
                     <input type="button" value="Enregistrez-vous" onClick="ajout();" >   
     
    		 <input type="reset" style="text-align: center" value ="R&eacute;tablir" ></td>
     
    </tr>
     
             </table>
            </form>
           </td>
       </tr>
       <tr><td colspan="3" 
               style="background-color: gray">&nbsp;</td></tr>
    </table>
    <div style="text-align: center; font-size: .8em">
    Nous appr&eacute;cierions vos commentaires et suggestions. Vous pouvez
    les adresser a <a href="mailto:@gmail.com">
        X@gmail.com</a></div>

  12. #12
    Invité
    Invité(e)
    Par défaut
    Me revoila ! (j'ai eu un rendez-vous ...)

    Il existe un conflit entre tes differents formulaires ("espacepro", rechercher", ...)
    (si j'enleve "espacepro" et "rechercher", ca fonctionne !)
    Dernière modification par Invité ; 07/04/2009 à 15h16.

  13. #13
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    happy de ton retour

    j'aimerai savoir pour j'ai la page home.htm en-dessous de la page best.htm

    comment puis-je cacher la page home.htm

    je pense le probleme vient de cette page home.htm
    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
     
    <head>
    <script type="text/javascript">
    function changeBackgroundColor(elemnt)
    {
     
             if (elemnt) {   
              elemnt.style.backgroundColor = "yellow";
       }
              return;
    }
     
    function verify()
    	{
    		tt = document.getElementsByTagName("form");
    		if (tt[0].Code.value=="")
    		{
    			alert("Saisir Votre Code SVP!");
    			tt[0].Code.focus();
                            changeBackgroundColor(document.clientform.Code);
    			return false;
    		}
    		else
    		{
    			document.clientform.action="Enseignant.php?mode=control";
    			document.clientform.submit();
    			return true;
    		}
    	}
     
     
    function ajout()
    	{
    		chp = document.getElementsByTagName("form");
    		if (chp[0].CodE.value=="" || chp[0].NomE.value=="" || chp[0].PrenE.value=="" || chp[0].AdrE.value=="" || chp[0].ViE.value=="" || chp[0].TelE.value==""  || chp[0].emailE.value=="")
    		{
    			alert("Remplir tous les champs SVP!");
    			chp[0].CodE.focus();
                            changeBackgroundColor(document.clientform2.CodE);
    			return false;
    		}
    		else
    		{
    			if (isNaN(chp[0].TelE.value))
    			{
    				alert("Numero Invalide!");
    				chp[0].TelE.focus();
                                    changeBackgroundColor(document.clientform2.TelE);
    				return false;
                          }
     
    			else
    			{
    				document.clientform.action="Enseignant.php?mode=add";
    				document.clientform.submit();
    				return true;
    			}
    		}
    	}
    </script>
    <style type="text/css"><!--
      .bold_right {font-weight: bold; text-align: right;}
      .gray_banner { font-weight: bold; color: white; 
                     background-color: gray; 
                     text-align: center; font-size: 3em;}
      .bold_large {font-size: 1.1em; font-weight: bold;}
    -->
    </style>
    </head>
    <table border="0" cellpadding="5" cellspacing="0">
       <tr><td colspan="3" class="gray_banner">
            Enseignant ou futurs enseignants</td></tr>
       <tr><td width="40%" valign="top" class="bold_large">
             Etes-vous d&eacute;ja membre ?
             <br><br><br><br><br>
            <form name="clientform" method="post" >
             <p><table border="0">
     <tr>
      	<td><font color="#FF3300">Veuillez saisir le code de sécurité:</font></td>
    	<td><input type="text" name="Code"></td>
      </tr>
      <tr>
     
               <td style="text-align: center" colspan="2">
                    <br><input type="button" value="Identifiez-vous" onClick="verify();"></td>
        </tr>
    </table>
     
           </td>
           <td style="width: 1; background-color: gray"></td>
           <td style="width: 70%"><p>
             <span class="bold_large"></p>
       <!-- formulaire à renseigner par les nouveaux membres -->
     
           <form name="clientform2" method="post">
             <table border="0" width="100%">
     
    <tr><td class="bold_right">Code Enseignant</td>
                   <td><input type="text" name="CodE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Nom</td>
                   <td><input type="text" name="NomE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Prenom</td>
                   <td><input type="text" name="PrenE" 
                          size="20" maxlength="20"></td></tr>
     
    <tr><td class="bold_right">Adresse</td>
                   <td><input type="text" name="AdrE" 
                          size="20" maxlength="20"></td></tr>
     
     
    <tr><td class="bold_right">Ville</td>
                   <td><input type="text" name="ViE" 
                          size="20" maxlength="20"></td></tr>
     
     <tr><td class="bold_right">Telephone</td>
                   <td><input type="text" name="TelE" 
                          size="15" maxlength="20"></td></tr>
     
                <tr><td class="bold_right">Adresse Email</td>
                   <td><input type="text" name="emailE" 
                          size="55" maxlength="67"></td></tr>
     
    <tr>
              <td style="text-align: center" colspan="2">
     
                     <input type="button" value="Enregistrez-vous" onClick="ajout();" >   
     
    		 <input type="reset" style="text-align: center" value ="R&eacute;tablir" ></td>
     
    </tr>
     
             </table>
            </form>
           </td>
       </tr>
       <tr><td colspan="3" 
               style="background-color: gray">&nbsp;</td></tr>
    </table>
    <div style="text-align: center; font-size: .8em">
    Nous appr&eacute;cierions vos commentaires et suggestions. Vous pouvez
    les adresser a <a href="mailto:@gmail.com">
        X@gmail.com</a></div>

  14. #14
    Invité
    Invité(e)
    Par défaut
    Ca doit venir de : document.getElementsByTagName("form")

    mais ... je suis nul en javascript !

  15. #15
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    Merci jreaux62

    je voudrais savoir juste comment je peux charger la page best.htm toute seule dans le div contenu ou n'importe quel page parce que la j'ai la page home.htm derrier la page best.htm

    je veux quand je clique sur la page home.htm je la charge toute seule dans le div contenu aussi pour la page best.htm

    Merci d'avance

  16. #16
    Invité
    Invité(e)
    Par défaut
    index.php
    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
    <?php // mettre ICI la LISTE de TOUTES les pages :
    $pages_possibles = array("home.htm", "best.htm", "contact.php", "autre_page.htm");
    if (in_array(@$_GET['page'],$pages_possibles)) { $page = $_GET['page']; }
    else { $page = "home.htm"; }
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
    <head>
    <title>Corrosion</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <link href="style.css" type="text/css" rel="stylesheet" media="screen"/>
    
    </head>
    <body>
    <div id="global">
    <div id="entete">
    <?php include("entete.htm"); ?>
    </div>
    <div id="menu">
    <?php include('espacepro.htm'); ?>
    <?php include("menu.htm"); ?>
    </div>
    <div id="contenu">
    <?php include('rechercher.htm'); ?>
    <?php include($page); ?>
    </div>
    <div id="footer">
    <?php include("footer.htm"); ?></div>
    </div>
    </div>
    </body>
    </html>

  17. #17
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut
    Merci jreaux 62

    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
    <?php // mettre ICI la LISTE de TOUTES les pages :
    $pages_possibles = array("home.htm", "best.htm", "contact.php", "autre_page.htm");
    if (in_array(@$_GET['page'],$pages_possibles)) { $page = $_GET['page']; }
    else { $page = "home.htm"; }
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
    <head>
    <title>Corrosion</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <link href="style.css" type="text/css" rel="stylesheet" media="screen"/>
    
    </head>
    <body>
    <div id="global">
    <div id="entete">
    <?php include("entete.htm"); ?>
    </div>
    <div id="menu">
    <?php include('espacepro.htm'); ?>
    <?php include("menu.htm"); ?>
    </div>
    <div id="contenu">
    <?php include('rechercher.htm'); ?>
    <?php include($page); ?>
    </div>
    <div id="footer">
    <?php include("footer.htm"); ?></div>
    </div>
    </div>
    </body>
    </html>
    mais j'ai toujours le formulaire de recherche au-dessus de la page best.htm

  18. #18
    Invité
    Invité(e)
    Par défaut
    Citation Envoyé par lilia_dream Voir le message
    mais j'ai toujours le formulaire de recherche au-dessus de la page best.htm
    C'est normal, puisque c'est LA que TU l'as placé !!

    Si tu voulais mettre ce formulaire "recherche" uniquement sur la page home.htm, c'etait donc dans cette page home.htm qu'il fallait le mettre !

  19. #19
    Membre du Club Avatar de lilia_dream
    Inscrit en
    Mars 2009
    Messages
    267
    Détails du profil
    Informations forums :
    Inscription : Mars 2009
    Messages : 267
    Points : 43
    Points
    43
    Par défaut


    Merci jreaux62 c'est resolu



    il me reste seulement le probleme des fonctions de mon formulaire

    Merci beaucoup jreaux62

  20. #20
    Invité
    Invité(e)
    Par défaut
    Ca doit venir de : document.getElementsByTagName("form")

    Mets un nouveau post sur le forum javascript.

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. [MySQL] [PHP] Affichage date avec mois en français
    Par vixious dans le forum PHP & Base de données
    Réponses: 11
    Dernier message: 16/06/2009, 12h30
  2. [css][php]affichage incoherent avec php
    Par lilia_dream dans le forum Balisage (X)HTML et validation W3C
    Réponses: 36
    Dernier message: 05/04/2009, 22h45
  3. [Smarty] Affichage multicolonne avec PHP et Smarty
    Par sebix dans le forum Bibliothèques et frameworks
    Réponses: 7
    Dernier message: 30/12/2008, 16h05
  4. affichage impossible avec php
    Par @min@ dans le forum Langage
    Réponses: 6
    Dernier message: 10/04/2007, 07h54
  5. Réponses: 4
    Dernier message: 05/12/2006, 21h13

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