Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [xhtml][css] Position absolute
Forum PHP.pl > Forum > Po stronie przeglądarki
rafaelb
Czemu position w 4 zagnieżdżonych divach odwołują sie do body a nie diva o klasie div_product ?
Chciałbym by 1 div był po lewej a 3 po prawej i najlepiej rozłożone równomiernie w pionie lub górny na górze a dolny na dole.

Lub może ktoś może doradzić jak to lepiej zrobić ? (wiem można w tabelce)


  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  4. <title>Untitled 2</title>
  5.  
  6. <style type="text/css">
  7.  
  8. .div_product{
  9. border: 1px solid red;
  10. width: 320px;
  11. height: 78px;
  12. }
  13.  
  14. .div_product_img
  15. {
  16. width: 120px;
  17. height: 78px;
  18. background-color: #cfcdb9;
  19. position: absolute;
  20. top: 0px;
  21. left: 0px;
  22. }
  23. .div_product_name
  24. {
  25. position: absolute;
  26. top: 0px;
  27. left: 130px;
  28. color: #bc5739;
  29. font-size: 18px;
  30. font-weight: bold;
  31. }
  32. .div_product_desc
  33. {
  34. position: absolute;
  35. top: 20px;
  36. left: 130px;
  37. color: #6e6b4c;
  38. font-size: 10px;
  39. font-weight: bold;
  40. }
  41. .div_product_more
  42. {
  43. position: absolute;
  44. bottom: 0px;
  45. left: 130px;
  46. color: #fff;
  47. font-weight: bold;
  48. width: 70px;
  49. height: 14px;
  50. text-align: center;
  51. }
  52. </style>
  53.  
  54. </head>
  55.  
  56.  
  57. <div class="div_product">
  58. <div class="div_product_img"></div>
  59. <div class="div_product_name">Lorem ipsum </div>
  60. <div class="div_product_desc">Ad viderer maiorum omittam per. Eam veritus legendos cu, mea et tation minimum.</div>
  61. <div class="div_product_more">lorem</div>
  62. </div>
  63.  
  64. </body>
  65. </html>
revyag
Bo dla tego diva też musisz ustawić position.
rafaelb
Cytat(revyag @ 31.07.2007, 11:40:38 ) *
Bo dla tego diva też musisz ustawić position.


Dzięki działa
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.