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 :

centrer mes pages dans mon design


Sujet :

HTML

  1. #1
    Membre régulier
    Homme Profil pro
    Inscrit en
    Octobre 2004
    Messages
    514
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 57
    Localisation : Belgique

    Informations forums :
    Inscription : Octobre 2004
    Messages : 514
    Points : 107
    Points
    107
    Par défaut centrer mes pages dans mon design
    bonjour voilà la petit probléme quand je réalise mon script avec un iframe cela fonction du tonner avec target="centre avec les div cela ne fonctionne pas pq svp?? voici le code

    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
    <html>
    <head>
     <script type="text/javascript">
    /* --- www.easy-micro.com --- */
    if (this.name!='fullscreen')
    {
    window.open(location.href,'fullscreen','fullscreen,scrollbars')
    }
    </script>
    <style>
    #centre {
    background-color:#9999CC;
    margin-left: 150px;
    margin-right: 150px;
    }
    #haut {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    }
    .menuhaut {
    list-style-type: none;
    margin: 0;
    padding:0;
    }
    .menuhaut li {
    display: inline;
    }
    .menuhaut a {
    margin: 0 2px;
    color: #000000;
    text-decoration: underline;
    }
    .menuhaut a:hover {
    text-decoration: none;
    }
    </style>
    </head>
    <body>
    <div align="center">
      <table width="800" height="500" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="30"><img src="design/clone.jpg" width="30" height="30"></td>
          <td width="714"><img src="design/barred.jpg" width="740" height="30"></td>
          <td width="30"><img src="design/clone1.jpg" width="30" height="30"></td>
        </tr>
        <tr>
          <td width="30" height="30"><img src="design/barregp.jpg" width="30" height="30" /></td>
          <td width="714" bgcolor="#993399"><div id="haut">
     
    	<ul class="menuhaut">
    	<li><a href="forum/page1.html" target="centre" title="page1">Menu 1</a></li>
    	<li><a href="page2.html" target="centre" title="page2">Menu 2</a></li>
    	<li><a href="page3.html" target="centre" title="page3">Menu 3</a></li>
    	<li><a href="">Menu 4</a></li>
            </ul>
     
    	</div></td>
          <td width="30"><img src="design/barredrp.jpg" width="30" height="30" /></td>
        </tr>     
        <tr>
          <td width="30"><img src="design/barregp.jpg" width="30" height="100" /></td>
          <td width="714"><img src="design/h1.jpg" width="740" height="100" /></td>
          <td width="30"><img src="design/barredrp.jpg" width="30" height="100" /></td>
        </tr>    
        <tr>
          <td width="10" bgcolor="#FFB400"><img src="design/barreg.jpg" width="30" height="470" /></td>
          <td width="714" bgcolor="#FFB400" align="center"><div align="center">
            <table width="100%" height="470" border="5" bordercolor="#4A0078">
              <tr>
                <td height="10">&nbsp;</td>
                <td height="10" align="center">nnn</td>
                <td height="10">&nbsp;</td>
              </tr>
              <tr>
                <td width="120">&nbsp;</td>
              <div id="centre"><td width="450" align="center"name="centre" id="centre" ></td></div>
                  <td width="140"><iframe name="listuser" id="listuser" height="100%" width="100%" src="default.html" scrolling="auto" class="normal"></iframe></td>
                </tr>
            </table>
          </div></td>
          <td width="30" bgcolor="#FFB400"><img src="design/barredr.jpg" width="30" height="470"></td>
        </tr>
        <tr>
          <td width="30"><img src="design/cloned.jpg" width="30" height="30"></td>
             <td width="714" ><img src="design/barreb.jpg" width="740" height="30"></td>
             <td width="30"><img src="design/clone1d.jpg" width="30" height="30"></td>
        </tr>
      </table>
    </div>
    </body>
    </html>

  2. #2
    Membre habitué
    Profil pro
    Étudiant
    Inscrit en
    Janvier 2007
    Messages
    240
    Détails du profil
    Informations personnelles :
    Âge : 31
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2007
    Messages : 240
    Points : 132
    Points
    132
    Par défaut
    Tout d'abord les iframes sont dépassé.
    Un petit div avec comme propriété css "overflow"
    Et pour centrer margin:auto

    En esperant avoir répondu à ta question.

Discussions similaires

  1. comment configurer ajouter mes librairies dans mon projet web ?
    Par Chikh001 dans le forum Servlets/JSP
    Réponses: 5
    Dernier message: 22/10/2007, 12h08
  2. Centrer une page dans la fenêtre
    Par Gillumine dans le forum Balisage (X)HTML et validation W3C
    Réponses: 2
    Dernier message: 22/04/2007, 16h57
  3. centrer mes pages au milieu
    Par speedylol dans le forum Mise en page CSS
    Réponses: 3
    Dernier message: 14/11/2006, 00h04
  4. Centrer la page dans le design
    Par speedylol dans le forum Mise en page CSS
    Réponses: 3
    Dernier message: 07/11/2006, 14h53
  5. Réponses: 9
    Dernier message: 12/05/2006, 10h06

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