Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> jednakowa strona w ie6, ie7, firefox - css, vertcal align 'img' w 'div'
hrehor
post
Post #1





Grupa: Zarejestrowani
Postów: 5
Pomógł: 0
Dołączył: 13.02.2007

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


zrobilem stronke, ktora ku mojemu zadowoleniu wyglada identycznie w ie6 i firefoxie (operze tez).
nie bylo latwo, ale dzieki selektorom '.element[class]' udalo sie przypisac odpowiednie style zarowno dla ie i ff.
cos mnie podkusilo zeby zobaczyc jak to bedzie wygladalo w ie7 - no i oczywiscie lipa.
(offtopic - przy instalacji ie7 uszkodzil mi windowsa, juz sie nie wlaczyl)

strona to www.photography.kw.pl
pozycjonowanie obrazkow wyglada dobrze w ie6 i ff, natomiast w ie7 vertical alignment juz nie dziala (jest top zamiast middle). pomocy :-)

kod css zostal 'zapozyczony' od kolegow z adobe (galeria html programu lightroom, np: www.switzerland.kw.pl)

  1. /* cell alignment */
  2. .alignmentOuter
  3. { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
  4. .alignmentOuter[class]
  5. { position: static; text-align: center; display: table; }
  6.  
  7. .alignmentMiddle
  8. { z-index: 3; position: absolute; top: 50%; left: 47%; } /* for explorer only*/
  9. .alignmentMiddle[class]
  10. { position: static; display: table-cell; vertical-align: middle; }
  11.  
  12. .alignmentInner
  13. { z-index: 4; position: relative; top: -50%; left: -50%; } /* for explorer only */
  14. .alignmentInner[class]
  15. { position: static; }
  16.  
  17. .AdjustZIndex
  18. { z-index: 4; position: relative; }
  19.  
  20. <div class="thumb">
  21. <div class="itemNumber">4</div>
  22. <div class="alignmentOuter">
  23. <div class="alignmentMiddle">
  24. <div class="alignmentInner">
  25. <div class="AdjustZIndex">
  26. <a href="fotka.php?id=2"><img src="src/thumbs/arch/DSC_2624.JPG" alt="TV tower" /></a>
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. </div>


jak widac prawidlowe pozycjonowanie dla ff i ie6 wymaga sporo gimnastyki, a tu jeszcze ie7...
Go to the top of the page
+Quote Post

Posty w temacie


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

 



RSS Aktualny czas: 23.08.2025 - 00:30