Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Rozmieszczenie kilku kolumn w div'ach, mam problem z IE
DeyV
post
Post #1





Grupa: Zarząd
Postów: 2 277
Pomógł: 6
Dołączył: 27.12.2002
Skąd: Wołów/Wrocław




Hej

Chciałbym osiągnąć taki efekt:
(IMG:http://mentax.pl/tmp/1.gif)

Prosty html tworzący taką zawartość wygląda mniej więcej tak:

  1. <div style="float: left; background:red; width:100px; height: 100px">
  2. 1
  3. </div>
  4. <div style="float: left; background:green; width:30px; height: 100px">
  5. 2
  6. </div>
  7.  
  8. <div style="float: left; background:blue; height: 50px; width: 270px;">
  9. 3
  10. </div>
  11.  
  12. <div style="float: right; background: aqua; height: 50px; width: 140px;" >
  13. 5
  14. </div>
  15.  
  16. <div style="float: left; background: black; height: 50px; clear: right; width: 240px;">
  17. 4
  18. </div>
  19.  
  20. <div style="float: right; background: fuchsia; height: 50px; clear: right; width: 140px;">
  21. 6
  22. </div>


Demo: http://mentax.pl/tmp/1.htm

Niestety - w IE 7 to się rozwala (nie wiem jak w IE 6).

Jak to można poprawić (bez zastosowania tabel)?
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
batman
post
Post #2





Grupa: Moderatorzy
Postów: 2 921
Pomógł: 269
Dołączył: 11.08.2005
Skąd: 127.0.0.1




Sądzę, że o takie coś Ci chodziło:
  1. <div style="float: left; background:red; width:100px; height: 100px">1</div>
  2. <div style="float: left; background:green; width:30px; height: 100px">2</div>
  3.  
  4. <div style="float: left; width: 270px;">
  5. <div style="background:blue; height: 50px; width: 100%;">3</div>
  6. <div style="background: black; height: 50px; width: 240px;">4</div>
  7. </div>
  8.  
  9. <div style="float: right; background: aqua; height: 50px; width: 140px;" >5</div>
  10. <div style="float: right; background: fuchsia; height: 50px; clear: right; width: 140px;">6</div>


Ten post edytował batman 24.10.2007, 17:57:20
Go to the top of the page
+Quote Post

Posty w temacie
- DeyV   Rozmieszczenie kilku kolumn w div'ach   24.10.2007, 13:19:19
- - batman   Sądzę, że o takie coś Ci chodz...   24.10.2007, 17:56:10


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: 9.10.2025 - 15:30