Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [css] Obrazek oraz pozycja divów
markuz
post 21.12.2010, 19:17:43
Post #1





Grupa: Zarejestrowani
Postów: 1 240
Pomógł: 278
Dołączył: 11.03.2008

Ostrzeżenie: (0%)
-----


Witam serdecznie !
Mam problem z css,html . Chcę zrobic tak aby divy ( .left-leaf oraz .right-leaf ) były na dole a nie na górze. Oraz aby cały div .image był wyśrodkowany. Problem z tym że po środku mamy obrazek ( <img></img> ) który przeszkadza w tym ustawieniu, bo nie znamy wielkości danego obrazka. Wszystko przedstawiam na poniższym screenie :



Oraz dołączam kod tych div-ów :

html :
  1. <div class='content'>
  2. <div class='image'>
  3. <div class='left-leaf'></div>
  4. <img src='uploads/bobmarley.png'/>
  5. <div class='right-leaf'></div>
  6. </div>
  7. <div class='description'>
  8.  
  9. </div>
  10. </div>


css :
  1. .content {
  2. width: 700px;
  3. margin: auto;
  4. }
  5.  
  6. .content .image {
  7. margin: auto;
  8. overflow: hidden;
  9. }
  10.  
  11. .content .image img {
  12. float: left;
  13. border: 10px solid #363636;
  14. border-bottom-width: 0px;
  15. }
  16.  
  17. .content .image .left-leaf {
  18. float: left;
  19. width: 67px;
  20. height: 84px;
  21. background-image: url('images/small-leaf-left.png');
  22. }
  23.  
  24. .content .image .right-leaf {
  25. float: left;
  26. width: 67px;
  27. height: 84px;
  28. background-image: url('images/small-leaf-right.png');
  29. }
  30.  
  31. .content .description {
  32. margin-top: 1px;
  33. width: 700px;
  34. min-height: 81px;
  35. background-image: url('images/small-panel-bg.png');
  36. background-repeat: no-repeat;
  37. background-position: top;
  38. }


Bardzo proszę o pomoc, ponieważ zależy mi na tym bardzo smile.gif Możliwie jak najszybciej smile.gif


--------------------
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 27.06.2025 - 13:23