Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> <div> - trzy wiersze
peter001
post
Post #1





Grupa: Zarejestrowani
Postów: 18
Pomógł: 0
Dołączył: 26.12.2003

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


mam następujący kod : (wziołem go z jakiegoś przykładu urzycia <div> i lekko przerobiłem (przedtem były dwa wiersze)

  1.  
  2. html, body {
  3. background: black;
  4. }
  5. body {
  6. margin: 0px;
  7. border: 0px;
  8. padding: 15px 0px;
  9. font: normal normal 11px tahoma, sans-serif;
  10. text-align: center; /* for IE */
  11. }
  12. div {
  13. box-sizing: border-box;
  14. -moz-box-sizing: border-box; /* for Mozilla */
  15. }
  16. #content {
  17. width: 100%;
  18. margin: 0px auto;
  19. text-align: left;
  20. background: black url(bg.gif) repeat-y left;
  21. }
  22. #top {
  23. background: black;
  24. }
  25. #left {
  26. float: left;
  27. width: 20%;
  28. background: black;
  29. }
  30. #center {
  31. width: 60%;
  32. background: black;
  33. }
  34. #right {
  35. float: right;
  36. width: 20%;
  37. text-align: right;
  38. background: black;
  39. _height: 100%; /* hack for IE */
  40. }
  41.  
  42. #separator_for_IE {
  43. position: absolute;
  44. height: 0px;
  45. }
  46. #bottom {
  47. background: #ff5;
  48. clear: both;
  49. }
  50. #top, #left, #right, #bottom, #center {
  51. padding: 10px;
  52. }
  53.  
  54. <font color = "white">
  55. <div id="content">
  56. <div id="top">
  57.  
  58. <center><img src ="logo.jpg"></center>
  59.  
  60. </div>
  61.  
  62. <div id="left">left</div>
  63. <div id="center">TRALALALALALA</div>
  64. <div id="right">right</div>
  65. <div id="separator_for_IE"></div>
  66. <div id="bottom">Site by Peter001</div>
  67. </div>
  68. </font>


3 kolumna (right) schodzi mi ponizej center i left. Pewnie popełniłem jakiś głupi błąd, ale to moja pierwsza strona pisana na <div> i mam z tym problemy winksmiley.jpg
Go to the top of the page
+Quote Post
kwiateusz
post
Post #2


Admin Techniczny


Grupa: Administratorzy
Postów: 2 071
Pomógł: 93
Dołączył: 5.07.2005
Skąd: Olsztyn




#center zamien na
Cytat
#center {
float:left;
width: 54%;
background: black;
}


Ten post edytował kwiateusz 28.07.2005, 23:33:28
Go to the top of the page
+Quote Post

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 Aktualny czas: 19.08.2025 - 10:50