Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS][HTML] Wyrównanie zawijanie
JarekPMI
post
Post #1





Grupa: Zarejestrowani
Postów: 25
Pomógł: 0
Dołączył: 14.01.2014

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


chciałbym rozwiązać problem taki aby tekst mi się zawijał w drugim bloku "tresc" oraz żeby jego wysokość była automatycznie dopasowywana jak i również żeby wysokość "menu" była automatycznie dopasowywana.

kod:
  1. <title>układ pierwszy</title>
  2. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
  3. <meta http-equiv="content-language" content="pl">
  4. <link href="styl.css" rel="stylesheet" type="text/css">
  5. </head>
  6. <div ID="kontener">
  7. <div ID="logo">
  8. LOGO
  9. </div>
  10. <div ID="naglowek">
  11. <a href="#">link</a>
  12. <a href="#">link</a>
  13. <a href="#">link</a>
  14. <a href="#">link</a>
  15. </div>
  16. <div ID="menu">
  17. <ul>
  18. <li>a</li>
  19. <li>s</li>
  20. <li>f</li>
  21. </ul>
  22. </div>
  23. <div ID="tresc">
  24. sdfasdfasdsssssssssssssssssssssssssssssssssssssssssssssdfasdfasdssssssssssssssss
    sssssssssssssssssssssssssssssdfasdfasdsssssssssssssssssssssssssssssssssssssssssss
    ssdfasdfasdsssssssssssssssssssssssssssssssssssssssssssssdfasdfasdssssssssssssssss
    sssssssssssssssssssssssssssssdfasdfasdsssssssssssssssssssssssssssssssssssssssssss
    ssdfasdfasdsssssssssssssssssssssssssssssssssssssssssssssdfasdfasdssssssssssssssss
    sssssssssssssssssssssssssssssdfasdfasdsssssssssssssssssssssssssssssssssssssssssss
    ssdfasdfasdssssssssssssssssssssssssssssssssssssssssssss
  25. </div>
  26. <div ID="stopka">
  27. Stopka
  28. </div>
  29. </div>
  30. </body>
  31. </html>

CODE
body{
margin:0;
padding:0;
text-align:center;
}
#kontener{
margin:auto;
width:1200px;
}
#logo{
height:100px;
background-color:darkgray;
}
#naglowek{
background-color:gray;
}
#tresc{
background-color:silver;
height:auto;
}
#menu{
float:left;
width:20%;
background-color:silver;
display:block;
height:auto;
}
#tresc {
float:left;
height:500px;
width:80%;
background-color:lightgreen;
}
#menu ul {
list-style:none;
}
#stopka{
background-color:gray;
}


up błagam was pomóżcie!!
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: 24.08.2025 - 00:20