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 :

Page qui se redimensionne sans que je sache pourquoi :(


Sujet :

HTML

Mode arborescent

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Homme Profil pro
    Webdesigner
    Inscrit en
    Janvier 2013
    Messages
    189
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Webdesigner
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Janvier 2013
    Messages : 189
    Par défaut Page qui se redimensionne sans que je sache pourquoi :(
    Bonjour à tous !
    J'ai une page de taille 1024 sur 1560 px (taille du "conteneur", image_1), cette page s'affiche normalement quand on y accède via la page index du site. Mais dès que l'on clique dessus (sur un lien, sur la photo... bref, partout sur la page), elle"perd" son bas, la taille semble se limiter à 1024/768 px (???_image_2) et reste figée.
    Pour résumer, impossible d'avoir la taille réelle, excepté en passant par l'index. Si je clique sur un lien de cette page, et que je vais ensuite sur "page précédente", idem : page "coupée", même en la rafraichissant. Je vous joins aussi le code de la page. Auriez-vous une idée du problème ?

    PS : Le site est toujours en construction et les pages non finalisées, d'où certaines fautes de goût niveau typo et autres erreurs (comme photog"r"aphiés)
    Merci à vous !
    ED
    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
    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
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Document sans nom</title>
    <style type="text/css">
    a img{
    border:none;
    }
    body {
            background-image: none;
            background-repeat: no-repeat;
            background-color: #066;
    }
    #conteneur {
            height: 1560px;
            width: 1024px;
            margin-top: 20px;
            background-image: url(../images/curetest.jpg);
            background-repeat: no-repeat;
            color: #FFF;
            font-size: 10px;
            font-family: Verdana, Geneva, sans-serif;
            margin-right: auto;
            margin-left: auto;
            position: relative;
            left: 7px;
            background-position: 0px 0px;
            background-color: #000;
    }
    a:link {
            color: #FFF;
            text-decoration: none;
    }
    a:visited {
            color: #999;
            text-decoration: none;
    }
    a:hover {
            text-decoration: none;
            color: #FFFFFF;
    }
    a:active {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
            text-align: right;
    }
    a {
            color: #FFF;
    }
    h1 {
            font-size: 30px;
            color: #069;
            font-family: Verdana, Geneva, sans-serif;
            line-height: 0pt;
            top: 0px;
    }
    h2 {
            color: #F93;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 16px;
            line-height: 0pt;
    }
    h3 {
            color: #FFC;
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 15px;
    }
    .nom {
            font-size: 15px;
            text-transform: uppercase;
    }
    #menu {
            margin-top: 280px;
            margin-left: 400px;
            float: left;
            clear: none;
            position: fixed;
            width: 210px;
    }
    #texte {
            position: absolute;
            left: 10px;
            top: 90px;
    }
    </style>
    <script src="file:///SANS TITRE/16_octobre/alasdairlawrencewilliams/SpryAssets/SpryEffects.js" type="text/javascript"></script>
    <script type="text/javascript">
    function MM_effectBlind(targetElement, duration, from, to, toggle)
    {
            Spry.Effect.DoBlind(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    }
     
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }
    </script>
    </head>
     
    <body onclick="MM_effectBlind('conteneur', 1000, '100%', '50%', false)">
    <div id="conteneur">
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <form id="texte" name="texte" method="post" action="">
        <div>
          <h1>BASSISTES</h1>
          <h3><span class="nom">Marcus Miller</span><br />
      <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=2wm1gI0t2LU">http://www.youtube.com/watch?v=2wm1gI0t2LU</a><a target="_&quot;blank&quot;" href="http://www.marcusmiller.com"><br />
            Site Officiel : http://www.marcusmiller.com        <br />
            </a><span class="nom">Victor Wooten</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=ysuIEcFWfeM">http://www.youtube.com/watch?v=ysuIEcFWfeM<br />
            </a><a target="_&quot;blank&quot;" href="http://www.victorwooten.com">Site Officiel : http://www.victorwooten.com <br />
            </a><span class="nom">Douglas Wimbish</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=QXpKz-J0Akg">http://www.youtube.com/watch?v=QXpKz-J0Akg</a><br />
            <a target="_&quot;blank&quot;" href="http://www.dougwimbish.com">Site Officiel : http://www.dougwimbish.com </a><br />
            <span class="nom">Victor Bailey</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=MWDrN6DMihk">http://www.youtube.com/watch?v=MWDrN6DMihk</a><br />
            <a target="_&quot;blank&quot;" href="http://www.victorbailey.com">Site Officiel : http://www.victorbailey.com </a><br />
            <span class="nom">Jonas Hellborg</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=evTYDVJudb8">http://www.youtube.com/watch?v=evTYDVJudb8</a><br />
            <a target="_&quot;blank&quot;" href="http://www.hellborg.com">Site Officiel : http://www.hellborg.com </a><br />
            <span class="nom">Will Lee</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=2YwC9CkKXek">http://www.youtube.com/watch?v=2YwC9CkKXek</a><br />
            <a target="_&quot;blank&quot;" href="http://willlee.com">Site Officiel : http://willlee.com</a><br />
            <span class="nom">Stanley Clarke</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=KIGEqclx9OI">http://www.youtube.com/watch?v=KIGEqclx9OI</a><br />
            <a target="_&quot;blank&quot;" href="http://stanleyclarke.com">Site Officiel : http://stanleyclarke.com </a><br />
            <span class="nom">Jamaladeen Tacuma</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=TCs_doDSp10">http://www.youtube.com/watch?v=TCs_doDSp10</a><br />
            <a target="_&quot;blank&quot;" href="http://www.jamaaladeenmusic.com">Site Officiel : http://www.jamaaladeenmusic.com </a><br />
            <span class="nom">SMV</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=zWVWSVfaHO0">http://www.youtube.com/watch?v=zWVWSVfaHO0</a><br />
            <a href="http://en.wikipedia.org/wiki/SMV_(band)">http://en.wikipedia.org/wiki/SMV_(band) </a><br />
            <br />
          </h3>
          <h1>JAZZ/JAZZ ROCK</h1>
          <h3>        <span class="nom">BEla Fleck and the Flecktones</span><br />
      <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=E3hD8y6HrUw">http://www.youtube.com/watch?v=E3hD8y6HrUw<br />
      </a><a target="_&quot;blank&quot;" href="http://www.flecktones.com">Site Officiel : </a><a target="_&quot;blank&quot;" href="http://www.flecktones.com">http://www.flecktones.com </a><br />
            <span class="nom">Bill Evans</span><br />
      <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=mqIVmUgHJbU">http://www.youtube.com/watch?v=mqIVmUgHJbU</a><br />
      <a target="_&quot;blank&quot;" href="http://billevanssax.com/wordpress/">Site Officiel : http://billevanssax.com/wordpress/ </a><br />
            <span class="nom">Hiram Bullock</span><br />
      <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=24xEoX09pAo">http://www.youtube.com/watch?v=24xEoX09pAo</a><br />
      <a target="_&quot;blank&quot;" href="http://www.hirambullock.com">Site Officiel : </a><a href="http://www.hirambullock.com">http://www.hirambullock.com </a><br />
            <span class="nom">Dennis Chambers</span><br />
      <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=l637ZTzt8Lk">http://www.youtube.com/watch?v=l637ZTzt8Lk</a><br />
      <a target="_&quot;blank&quot;" href="http://www.dennischambers.com">Site Officiel : </a><a href="http://www.dennischambers.com">http://www.dennischambers.com </a><br />
            <span class="nom">Jeff Coffin</span><br />
      <a target="_blank" href="http://www.youtube.com/watch?v=gD9RbKEAqa4">http://www.youtube.com/watch?v=gD9RbKEAqa4</a><br />
      <a target="_&quot;blank&quot;" href="http://www.jeffcoffin.com">Site Officiel : </a><a href="http://www.jeffcoffin.com">http://www.jeffcoffin.com</a><br />
            <span class="nom">Kenny Garrett</span><br />
      <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=wYN5T5MkSL4">http://www.youtube.com/watch?v=wYN5T5MkSL4</a><br />
      <a target="_&quot;blank&quot;" href="http://www.kennygarrett.com">Site Officiel :</a> <a href="http://www.kennygarrett.com">http://www.kennygarrett.com </a><br />
            <span class="nom">Brandford Marsalis</span><br />
      <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=tZy7BvnvwSY">http://www.youtube.com/watch?v=tZy7BvnvwSY</a><br />
      <a target="_&quot;blank&quot;" href="http://www.branfordmarsalis.net/">Site Officiel : </a><a href="http://www.branfordmarsalis.net/">http://www.branfordmarsalis.net/</a><br />
      <br />
          </h3>
          <h1>        POP-ROCK</h1>
          <h3>        <span class="nom">The Cure</span><br />
          <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=6GSQiFb1LKQ">http://www.youtube.com/watch?v=6GSQiFb1LKQ<br />
          </a><a target="_&quot;blank&quot;" href="http://www.thecure.com">Site Officiel : http://www.thecure.com <br />
          </a><span class="nom">Perfect Disaster</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=KUMUQaHAu8c">http://www.youtube.com/watch?v=KUMUQaHAu8c</a><br />
            <a href="http://en.wikipedia.org/wiki/The_Perfect_Disaster">http://en.wikipedia.org/wiki/The_Perfect_Disaster </a><br />
            <span class="nom">Daniel Hélin</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=UwtqEAKMLcQ">http://www.youtube.com/watch?v=UwtqEAKMLcQ</a><br />
            <a target="_&quot;blank&quot;" href="http://www.danielhelin.be">Site Officiel : </a><a href="http://www.danielhelin.be">http://www.danielhelin.be </a><br />
            <span class="nom">And Also The Trees</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=XmqjRt4UHvE">http://www.youtube.com/watch?v=XmqjRt4UHvE</a><br />
            <a target="_&quot;blank&quot;" href="http://www.andalsothetrees.co.uk">Site Officiel : </a><a href="http://www.andalsothetrees.co.uk">http://www.andalsothetrees.co.uk</a><br />
            <span class="nom">Will Calhoun</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=CsLC6plrNv0">http://www.youtube.com/watch?v=CsLC6plrNv0</a><br />
            <a target="_&quot;blank&quot;" href="http://www.willcalhoun.com">Site Officiel : </a><a href="http://www.willcalhoun.com">http://www.willcalhoun.com</a><br />
            <span class="nom">Jungle Funk</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=fjEv4E-KicQ">http://www.youtube.com/watch?v=fjEv4E-KicQ</a><br />
            <a href="http://www.willcalhoun.com/junglefunk.shtml">http://www.willcalhoun.com/junglefunk.shtml</a><br />
            <span class="nom">Keziah Jones</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=VeBKahHQh2U">http://www.youtube.com/watch?v=VeBKahHQh2U</a><br />
            <a target="_&quot;blank&quot;" href="http://keziahjones.biz">Site Officiel : </a><a href="http://keziahjones.biz">http://keziahjones.biz </a><br />
            <span class="nom">The Mission</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=G0tScZuiSF0">http://www.youtube.com/watch?v=G0tScZuiSF0</a><br />
            <a target="_&quot;blank&quot;" href="http://themissionuk.com/wp/">Site Officiel : </a><a href="http://themissionuk.com/wp/">http://themissionuk.com/wp/ </a><br />
            <span class="nom">PIL</span><br />
          <a href="http://www.youtube.com/watch?v=TrYtoXCCtDg
    &amp;feature=youtu.be" target="_&quot;blank&quot;" ref="http://www.youtube.com/watch?v=sPff6yYbpHk">http://www.youtube.com/watch?v=TrYtoXCCtDg<br />      &amp;feature=youtu.be<br />
          </a><a target="_&quot;blank&quot;" href="http://www.pilofficial.com/info.html">Site Officiel : </a><a href="http://www.pilofficial.com/info.html" target="_&quot;blank&quot;" ref="http://www.youtube.com/watch?v=sPff6yYbpHk">http://www.pilofficial.com/info.html <br />
          </a><span class="nom">Les Rita Mitsouko</span><br />
            <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=ltFvrswOCNg">http://www.youtube.com/watch?v=ltFvrswOCNg</a><br />
            <a target="_&quot;blank&quot;" href="http://www.catherineringer.com">Site Officiel : </a><a href="http://www.catherineringer.com">http://www.catherineringer.com </a><br />
            <span class="nom">Shawn Lane</span><br />
          <a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=rn6-P9Wip3w&amp;feature=youtu.be">http://www.youtube.com/watch?v=rn6-</a><a target="_&quot;blank&quot;" href="http://www.youtube.com/watch?v=rn6-P9Wip3w&amp;feature=youtu.be">        P9Wip3w&amp;feature=youtu.be</a><br />
          <a target="_&quot;blank&quot;" href="http://www.shawnlane.com/wordpress/">Site Officiel : </a><a href="http://www.shawnlane.com/wordpress/">http://www.shawnlane.com/wordpress/</a></h3>
        </div>
      </form>
    </div>
    </div>
    </div>
    </body>
    </html>
    Images attachées Images attachées   

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

Discussions similaires

  1. une methode qui se lance sans que je le veuille
    Par rafoim dans le forum Général Python
    Réponses: 3
    Dernier message: 31/03/2013, 12h37
  2. Réponses: 2
    Dernier message: 26/02/2010, 12h20
  3. [Javascript] IE(page qui ne s'affiche pas alors que code html présent)
    Par Woufeigh dans le forum Général JavaScript
    Réponses: 6
    Dernier message: 16/04/2007, 19h54
  4. Réponses: 1
    Dernier message: 24/09/2006, 14h36
  5. Ouvrir une page internet non redimensionnable et sans menu
    Par Orionmel dans le forum Balisage (X)HTML et validation W3C
    Réponses: 4
    Dernier message: 07/01/2006, 00h30

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