CONNEXION
  • RetourJeux
    • Sorties
    • Hit Parade
    • Les + populaires
    • Les + attendus
    • Soluces
    • Tous les Jeux
    • Gaming
  • RetourActu Gaming
    • News
    • Astuces
    • Tests
    • Previews
    • Toute l'actu gaming
  • RetourBons plans
    • Bons plans
    • Bons plans Smartphone
    • Bons plans Hardware
    • Bons plans Image et Son
    • Bons plans Amazon
    • Bons plans Cdiscount
    • Bons plans Decathlon
    • Bons plans Fnac
    • Tous les Bons plans
  • RetourJVTech
    • Actus High-Tech
    • Intelligence Artificielle
    • Smartphones
    • Mobilité urbaine
    • Hardware
    • Image et son
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTech
  • RetourCulture
    • Actus Culture
    • Culture
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch 2
    • Xbox Series
    • Switch
    • Pokemon pocket
    • FC 25 Ultimate Team
    • League of Legends
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • Switch 2
  • PS4
  • One
  • Switch
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Liste des sujets

[html]Cellule qui part en c...

fil_razorback
fil_razorback
Niveau 10
27 février 2005 à 16:29:51

Bonjour tout le monde, je suis déjà passé hierpour un problème lors de la refonte de mon site, j´en ai un deuxième:
une cellule de tableau qui ne se place pas correctement.
Voici un screenshot:
http://img206.exs.cx/my.php?loc=img206&image=screenbug5ff.png

Le but est de ramener l´image que j´ai encadré la ou poiten la fleche.

Le tableau est organisé comme ceci:

. ._________________________________________
. .|.........|..............................|
. .|..Image1.|..............................|
. .|---------|..............................|
. .|.........|..............................|
. .|..Image2.|..............................|
. .|---------|.....Grande Image.............|
. .|.........|..............................|
. .|..Image3.|______________________________|
. .|---------|------------------------------|
. .|.........|Image5|Image6|Probleme?|Image7|
. .|..Image4.|------------------------------|
. .|---------|______________________________|

Je voudrais suprrimer la case que j´ai appelé " probleme" dans mon schema car elle n´est pas dans le code source!

voici le code ( passé dans le codeur):

<table width="450" cellspacing="0" cellpadding="4">
<tr>
<td width="120" height="90" valign="top">
<a href="#" onMouseOver="distance.src=image2.src"
onMouseOut="distance.src=image1.src">

<img src="titre-small.png" width="120" height="90" border="0" vspace="0" hspace="0">
</a>
</td>
<td rowspan=3>
<img src="defaut.png" border=0 width=320 height=240 name="distance" hspace="0" vspace"0">
</td>
</tr>
<tr>
<td width="120" height="90" valign="top">
<a href="#" onMouseOver="distance.src=image3.src"
onMouseOut="distance.src=image1.src">

<img src="ipsys-screen-small.png" width="120" height="90" border="0" vspace="0" hspace="0">
</a>
</td>
</tr>
<tr>
<td width="120" height="90" valign="top">
<a href="#" onMouseOver="distance.src=image4.src"
onMouseOut="distance.src=image1.src">

<img src="magasin-screen-small.png" width="120" height="90" border="0" vspace="0" hspace="0">
</a>
</td>
</tr>
<tr>
<td width="120" height="90" valign="top">
<a href="#" onMouseOver="distance.src=image5.src"
onMouseOut="distance.src=image1.src">

<img src="marche-screen-small.png" width="120" height="90" border="0" vspace="0" hspace="0">
</a>
</td>
<td width="120" height="90" valign="top">
<a href="#" onMouseOver="distance.src=image6.src"
onMouseOut="distance.src=image1.src">

<img src="route-screen-small.png" width="120" height="90" border="0" vspace="0" hspace="0">
</a>
</td>
<td width="120" height="90" valign="top">
<a href="#" onMouseOver="distance.src=image7.src"
onMouseOut="distance.src=image1.src">

<img src="menu-screen-small.png" width="120" height="90" border="0" vspace="0" hspace="0">
</a>
</td>
</tr>
</table>

merci d´avance

attack444
attack444
Niveau 9
27 février 2005 à 16:37:19

Est-ce que c´est ça:

< table cellpadding="4" cellspacing="0" width="450"> < tbody> < tr> < td height="90" valign="top" width="120"> < a href="#" onmouseover="distance.src=image2.src" onmouseout="distance.src=image1.src"><img src="titre-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> < /a> < /td> < td rowspan="3"> < img src="defaut.png" name="distance" 0="" border="0" height="240" hspace="0" vspace="" width="320"> < /td> < /tr> < tr> < td height="90" valign="top" width="120"> < a href="#" onmouseover="distance.src=image3.src" onmouseout="distance.src=image1.src"><img src="ipsys-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> < /a> < /td> < /tr> < tr> < td height="90" valign="top" width="120"> < a href="#" onmouseover="distance.src=image4.src" onmouseout="distance.src=image1.src"><img src="magasin-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> < /a> < /td> < /tr> < tr> < td height="90" valign="top" width="120"> < a href="#" onmouseover="distance.src=image5.src" onmouseout="distance.src=image1.src"><img src="marche-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> < /a> < /td> < td height="90" valign="top" width="120"> < a href="#" onmouseover="distance.src=image6.src" onmouseout="distance.src=image1.src"><img src="route-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"></a><a href="#" onmouseover="distance.src=image7.src" onmouseout="distance.src=image1.src"> < img src="menu-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> < /a><a href="#" onmouseover="distance.src=image6.src" onmouseout="distance.src=image1.src"> < /a> < /td> < td height="90" valign="top" width="120"> < a href="#" onmouseover="distance.src=image7.src" onmouseout="distance.src=image1.src"> < /a> < /td> < /tr> < /tbody> < /table>

attack444
attack444
Niveau 9
27 février 2005 à 16:41:54

Merde ça déconne avec le forum de jv qui rajoute des espaes partout, donc je t´ai mis tout le code dans un fichier texte que tu peux télécharger là: http://dl02.rapidshare.de/files/722220/70/test.txt ! Un fois ouvert appuie en même temps sur Ctrl+A pour copier tout le code et rajoute-le au code source de ta page, on verra bien ! !

Alors ?

Tu peux me mailer à range.robin@wanadoo.fr

attack444
attack444
Niveau 9
27 février 2005 à 16:44:13

Et merde, le lien du téléchargement est http://rapidshare.de/files/722220/test.txt.html , cliques ensuite sur Free et attends que le compte à rébours en bas de la page atteigne zéro puis cliques sur le line qui apparaît pour lancer le téléchargement !

AkiraSurvivor
AkiraSurvivor
Niveau 5
27 février 2005 à 16:45:06

http://www.membres.lycos.fr/vgp/
Tiens tape ton code dedans ^^

sercan
sercan
Niveau 7
27 février 2005 à 16:46:50

akira tu te connecte plus a msn ou koi

attack444
attack444
Niveau 9
27 février 2005 à 16:48:49

<table cellpadding="4" cellspacing="0" width="450"> <tbody> <tr> <td height="90" valign="top" width="120"> <a href="#" onmouseover="distance.src=image2.src"
onmouseout="distance.src=image1.src">
<img src="titre-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> </a> </td> <td rowspan="3"> <img src="defaut.png" name="distance" 0="" border="0" height="240" hspace="0" vspace="" width="320"> </td> </tr> <tr> <td height="90" valign="top" width="120"> <a href="#" onmouseover="distance.src=image3.src"
onmouseout="distance.src=image1.src">
<img src="ipsys-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> </a> </td> </tr> <tr> <td height="90" valign="top" width="120"> <a href="#" onmouseover="distance.src=image4.src"
onmouseout="distance.src=image1.src">
<img src="magasin-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> </a> </td> </tr> <tr> <td height="90" valign="top" width="120"> <a href="#" onmouseover="distance.src=image5.src"
onmouseout="distance.src=image1.src">
<img src="marche-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> </a> </td> <td height="90" valign="top" width="120"> <a href="#" onmouseover="distance.src=image6.src"
onmouseout="distance.src=image1.src">
<img src="route-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"></a><a href="#" onmouseover="distance.src=image7.src"
onmouseout="distance.src=image1.src">
<img src="menu-screen-small.png" border="0" height="90" hspace="0" vspace="0" width="120"> </a><a href="#" onmouseover="distance.src=image6.src"
onmouseout="distance.src=image1.src">
</a> </td> <td height="90" valign="top" width="120"> <a href="#" onmouseover="distance.src=image7.src"
onmouseout="distance.src=image1.src">
</a> </td> </tr> </tbody> </table>

fil_razorback
fil_razorback
Niveau 10
27 février 2005 à 16:57:11

La derniere image apparait en dessous de l´avant derniere et non à droite de l´avant derniere...

C´est presque ca mdr^^

fil_razorback
fil_razorback
Niveau 10
27 février 2005 à 16:57:41

( j´ai utilisé le code du lien, c´est le meme que celui qur tu viens de poster?)

fil_razorback
fil_razorback
Niveau 10
28 février 2005 à 10:40:10

La solution m´a été donnée sur le forum du site allhtml: il manauqait un colspan=3 dans les attributes de la cellule qui contient la grande image.

Merci à ceux qui m´ont aidé :)

Sous forums
  • Aide à l'achat Mac
  • Steam Deck
  • Création de sites web
  • Création de Jeux
  • Linux
  • Programmation
  • Internet
  • Macintosh
  • Hardware
La vidéo du moment