Pb mise en forme tableau - CSS !! help me

Pb mise en forme tableau - CSS !! help me - HTML/CSS - Programmation

Marsh Posté le 19-01-2005 à 22:05:19    

Bonsoir a tous,
 
Voila, j'ai un pb de mise en page que vous pourrais voir ici
http://arnaudpoilleux.free.fr/contact/contact.php
 
Comme vous pouvez le constater, les 3 <td> nom, email.... ne sont pas de la meme largeur, pourtant elles ont les même caractéristiques .class !
 
Voici une parti dema feuille de style :
 

Code :
  1. #site {
  2. position:absolute;
  3. width: 800px;
  4. height: 600px;
  5. border: 1px dotted gray;
  6. text-align : center;
  7. left: 50%;
  8. top: 50%;
  9. margin-top: -300px;
  10. margin-left: -400px;
  11. }
  12. .rub {
  13. width: 266px;
  14. height: 50px;
  15. border: 1px dotted gray;
  16. text-align: center;
  17. }
  18. .envoi {
  19. width: 800px;
  20. height: 30px;
  21. border: 1px dotted gray;
  22. text-align: center;
  23. }
  24. .espacefor {
  25. width: 800px;
  26. height: 70px;
  27. border: 0px dotted gray;
  28. text-align: center;
  29. }


 
Une idée ???
 
Merci  :jap:


Message édité par Lekouti le 19-01-2005 à 22:09:11
Reply

Marsh Posté le 19-01-2005 à 22:05:19   

Reply

Marsh Posté le 19-01-2005 à 23:58:58    

Lekouti a écrit :

Bonsoir a tous,
 
Voila, j'ai un pb de mise en page que vous pourrais voir ici
http://arnaudpoilleux.free.fr/contact/contact.php
 
Comme vous pouvez le constater, les 3 <td> nom, email.... ne sont pas de la meme largeur, pourtant elles ont les même caractéristiques .class !
 
Voici une parti dema feuille de style :
 

Code :
  1. #site {
  2. position:absolute;
  3. width: 800px;
  4. height: 600px;
  5. border: 1px dotted gray;
  6. text-align : center;
  7. left: 50%;
  8. top: 50%;
  9. margin-top: -300px;
  10. margin-left: -400px;
  11. }
  12. .rub {
  13. width: 266px;
  14. height: 50px;
  15. border: 1px dotted gray;
  16. text-align: center;
  17. }
  18. .envoi {
  19. width: 800px;
  20. height: 30px;
  21. border: 1px dotted gray;
  22. text-align: center;
  23. }
  24. .espacefor {
  25. width: 800px;
  26. height: 70px;
  27. border: 0px dotted gray;
  28. text-align: center;
  29. }


 
Une idée ???
 
Merci  :jap:


 
 
266*3 != 800 :o

Reply

Marsh Posté le 20-01-2005 à 00:22:53    


ouais enfin ça fait 798 quand même :o


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box, and replicate and expand beyond their wildest dreams by throwing away the limits imposed by overbearing genetic r
Reply

Marsh Posté le 20-01-2005 à 00:25:51    

c'est moi ou il n'y a pas de balise <form> ??


---------------
Nos estans firs di nosse pitite patreye...
Reply

Marsh Posté le 20-01-2005 à 00:28:02    

Masklinn a écrit :

ouais enfin ça fait 798 quand même :o


 
Même si ça vient pas de là, qu'il commence par éliminer ce problème... :o Non mais...  :D

Reply

Marsh Posté le 20-01-2005 à 00:37:39    

Hermes le Messager a écrit :

Même si ça vient pas de là, qu'il commence par éliminer ce problème... :o Non mais...  :D


enlever le tableau? [:figti]


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box, and replicate and expand beyond their wildest dreams by throwing away the limits imposed by overbearing genetic r
Reply

Marsh Posté le 20-01-2005 à 00:44:05    

Masklinn a écrit :

enlever le tableau? [:figti]


 
Dans son cas, c'est vrai qu'il sert pas à grand chose...  :D

Reply

Sujets relatifs:

Leave a Replay

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