superposer 2 tableaux ?

superposer 2 tableaux ? - HTML/CSS - Programmation

Marsh Posté le 18-03-2003 à 09:42:39    

hello !
 
jai un tableau qui fait 800 X 600 rempli par le contenu de ma page, mais je voudrais entourer ce tablo par un autre tableau de 1024 X 768, ca je sais faire, mais je voudrais inserer 3 lignes
dans le grand tableau avec 3  fond de couleurs differents.
pour ke c couleurs complete mon site realisé ds le 1er tablo.
 
il faut donc les superposer. comment faire ?
 
Merci
 
 

Reply

Marsh Posté le 18-03-2003 à 09:42:39   

Reply

Marsh Posté le 18-03-2003 à 10:00:48    

Oui c possible :
 
exemple :
 

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  5. <title>2 tables supperposées</title>
  6. <style type="text/css" media="screen"><!--
  7. body  { margin: 0px }
  8. .tableau-fond   { position: absolute; top: 0px; left: 0px; width: 600px; height: 600px }
  9. .cellule-fond1 { background-color: blue; width: 600px; height: 200px }
  10. .cellule-fond2 { background-color: yellow; width: 600px; height: 200px }
  11. .cellule-fond3 { background-color: red; width: 600px; height: 200px }
  12. .table-au-dessus  { position: absolute; top: 100px; left: 100px; width: 400px; height: 400px }
  13. .cellule-table-dessus1  { background-color: fuchsia; width: 133px; height: 400px }
  14. .cellule-table-dessus2  { background-color: navy; width: 134px; height: 400px }
  15. .cellule-table-dessus3  { background-color: silver; width: 133px; height: 400px }
  16. --></style>
  17. </head>
  18. <body>
  19.  <table class="tableau-fond"  cellspacing="0" cellpadding="0">
  20.   <tr>
  21.    <td class="cellule-fond1"></td>
  22.   </tr>
  23.   <tr>
  24.    <td class="cellule-fond2"></td>
  25.   </tr>
  26.   <tr>
  27.    <td class="cellule-fond3"></td>
  28.   </tr>
  29.  </table>
  30.  <table class="table-au-dessus" cellspacing="0" cellpadding="0">
  31.   <tr>
  32.    <td class="cellule-table-dessus1"></td>
  33.    <td class="cellule-table-dessus2"></td>
  34.    <td class="cellule-table-dessus3"></td>
  35.   </tr>
  36.  </table>
  37. </body>
  38. </html>


 
Conclusion : bonne connaissance des CSS exigée.  [:totozzz]  


Message édité par Hermes le Messager le 18-03-2003 à 10:01:57
Reply

Marsh Posté le 18-03-2003 à 10:46:43    

Mais pourquoi tu ne mets tout simplement pas le premier tableau dans le grand :??:


---------------
Incongru : une FAQ abandonnée sur les Standards du Web - FAQ périmée de blabla@Prog
Reply

Marsh Posté le 18-03-2003 à 11:16:37    

Merci a toi !
 
ca ma bien servi et ca ma obligé a me mettre o Css !!
merci encore !

Reply

Marsh Posté le 18-03-2003 à 11:17:58    

je ne mets pa le 1er tablo ds le grand car il fo superposer mes 3 lignes de couleurs !

Reply

Marsh Posté le 18-03-2003 à 11:47:50    

gm_superstar a écrit :

Mais pourquoi tu ne mets tout simplement pas le premier tableau dans le grand :??:


 
Regardes l'exemple que je lui ai montré. C'est ça qu'il veut. Et pour faire ça sans CSS, ça risque d'être un peu compliqué.  :whistle:

Reply

Marsh Posté le 18-03-2003 à 12:06:14    

Oui, oui c'est bon j'ai fini par comprendre ce qu'il voulait ;)


Message édité par gm_superstar le 18-03-2003 à 12:06:29

---------------
Incongru : une FAQ abandonnée sur les Standards du Web - FAQ périmée de blabla@Prog
Reply

Marsh Posté le 18-03-2003 à 12:14:33    

gm_superstar a écrit :

Oui, oui c'est bon j'ai fini par comprendre ce qu'il voulait ;)


 
 :D  ;)

Reply

Marsh Posté le 18-03-2003 à 12:19:09    

en fait jai mon site ki est ds un tablo de 800 X 600, et le fond
est ds le fameux tableau de 1024 X 768 (avec les 3 lignes de couleurs )merci a toi !
Par contre jai un scroll qui se cree, comment l'enlever?
Merci

Reply

Marsh Posté le 18-03-2003 à 12:20:29    

benou_z a écrit :

en fait jai mon site ki est ds un tablo de 800 X 600, et le fond
est ds le fameux tableau de 1024 X 768 (avec les 3 lignes de couleurs )merci a toi !
Par contre jai un scroll qui se cree, comment l'enlever?
Merci


url ?

Reply

Marsh Posté le 18-03-2003 à 12:20:29   

Reply

Marsh Posté le 18-03-2003 à 12:22:23    

pas encore online malheureusement

Reply

Marsh Posté le 18-03-2003 à 12:24:49    

benou_z a écrit :

pas encore online malheureusement


 
Ben pour t'aider se sera dûr alors. prends un hébergement gratuit chez voila par exemple (15 minutes montre en main) et reviens nous voir après.  :hello:

Reply

Marsh Posté le 19-03-2003 à 11:20:34    

merci jai trouvé la solution, ma question etait pa clair

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed