Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [HTML][CSS]Problem z DIV'em
patryk9200
post
Post #1





Grupa: Zarejestrowani
Postów: 319
Pomógł: 4
Dołączył: 7.02.2009
Skąd: pless

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


Cześć,
Tworzę layout na stronę i mam taki problem mianowicie nie pokazuje mi się stopka oraz nie mogę stworzyć diva odpowiadającego szaremu
kwadratowi w logo na stronie http://zs4.tychy.edu.pl/test/.
Jak to zrobić, co robię źle? próbowałem chyba z setek kombinacji ale to tylko komplikuje sprawę.
kod html:
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <title>'.$title.'</title>
  3. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  4. <link rel="stylesheet" type="text/css" href="style.css" />
  5. </head>
  6. <div id="general">
  7. <div id="logo_background">
  8.  
  9. <div id="logo_left">
  10. <div id="szybkie_wybieranie"> </div>
  11. <!--<div id="logo"> </div>-->
  12. </div>
  13. <div id="zdjecia"> </div>
  14.  
  15. </div>
  16. <div id="TOP">
  17. <div id="menu_top">
  18. <div id="txt">Strona główna</div>
  19. </div>
  20. <div id="szukaj"><div id="txt"> </div>
  21. </div></div>
  22.  
  23. <div id="left"><br><br><br><br><br><br><br></div>
  24. <div id="right"><br><br><br><br><br><br><br></div>
  25.  
  26. </div>
  27. <div id="bottom"></div>
  28. </html>
  29.  


  1. @charset "UTF-8";
  2. body{margin:5px;padding:0}
  3. body{font: arial,sans-serif;text-align:center}
  4. #general {
  5. width: 1000px;
  6. /*background-image: url(images/tlo.png);*/
  7. background-color:#F3F2ED;
  8. }
  9. #logo_background {
  10. width: 1000px;
  11. height: 220px;
  12. /*background-image: url(images/logo_background.png);*/
  13. background-color: none;
  14. }
  15. #TOP {
  16. width: 1000px;
  17. height: 20px;
  18. /*background-image: url(images/logo_background.png);*/
  19. }
  20. #menu_top {
  21. float: left;
  22. width: 700px;
  23. height: 40px;
  24. /*background-image: url(images/logo_background.png);*/
  25. background-color: green;
  26. }
  27. #szukaj {
  28. float: right;
  29. width: 300px;
  30. height: 40px;
  31. /*background-image: url(images/logo_background.png);*/
  32. background-color: blue;
  33. }
  34. #zdjecia {
  35. float: right;
  36. width: 450px;
  37. height: 220px;
  38. /*background-image: url(images/logo_background.png);*/
  39. background-color: gray;
  40. }
  41. #szybkie_wybieranie {
  42. float: left;
  43. width: 550px;
  44. height: 80px;
  45. /*background-image: url(images/logo_background.png);*/
  46. background-color: #F585ED;
  47. }
  48. #left {
  49. float: left;
  50. width: 250px;
  51. background-color: #2585ED;
  52. }
  53. #right {
  54. float: right;
  55. width: 750px;
  56. background-color: #5585ED;
  57. }
  58. #bottom {
  59.  
  60. width: 1000px;
  61. height: 40px;
  62. background-color: green;
  63. }
  64. #logo {
  65.  
  66. width: 550px;
  67. height: 80px;
  68. /*background-image: url(images/logo_background.png);*/
  69. background-color: white;
  70. }
  71. #txt {
  72. margin: 2px;
  73. }
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: 28.09.2025 - 11:05