Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [xhtml] Problem z div'ami, błędne pozycjonowanie
eunix
post
Post #1





Grupa: Zarejestrowani
Postów: 85
Pomógł: 0
Dołączył: 22.02.2006

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


Witam,

Chce osiągnąć taki efekt:
(IMG:http://img253.imageshack.us/img253/4409/costakiegohc5.png)

Narazie wyskrobałem tyle, ale efekty trochę marne, bo nie znam się za bardzo na divach.
Proszę o pomoc w poprawieniu tego!

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" >
  5. <head>
  6. <meta name="author" content="Święty Mikołaj :-)" />
  7. <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
  8. <style type="text/css">
  9. body, html {
  10. margin: 0;
  11. text-align: center;
  12. }
  13.  
  14. #mainContainer {
  15. border-spacing: 5px;
  16. align: center;
  17. width: 80%;
  18. text-align: left;
  19. overflow: auto;
  20. border-left: 1px solid #717171;
  21. border-right: 1px solid #717171;
  22. }
  23.  
  24. #siteLogo {
  25. width: 100%;
  26. height: 70px;
  27. float: left;
  28. background-color: #fbfbfb;
  29. border: 1px solid #dadada;
  30. }
  31.  
  32. #leftColumn {
  33. width: 60%;
  34. height: 500px;
  35. float: left;
  36. background-color: #fbfbfb;
  37. border: 1px solid #dadada;
  38. }
  39.  
  40. #rightColumn {
  41. width: 40%;
  42. float: right;
  43. overflow: auto;
  44. }
  45.  
  46. #rightColumnMenu1 {
  47. width: 20%;
  48. float: right;
  49. background-color: #fbfbfb;
  50. border: 1px solid #dadada;
  51. }
  52.  
  53. #rightColumnMenu2 {
  54. width: 20%;
  55. float: right;
  56. background-color: #fbfbfb;
  57. border: 1px solid #dadada;
  58. }
  59.  
  60. #rightColumnMenu3 {
  61. width: 40%;
  62. float: right;
  63. background-color: #fbfbfb;
  64. border: 1px solid #dadada;
  65. }
  66.  
  67. #siteFooter {
  68. width: 100%;
  69. height: 60px;
  70. float: left;
  71. }
  72.  
  73. </head>
  74.  
  75. <div id="mainContainer">
  76. <div id="siteLogo">Logo</div>
  77. <div id="leftColumn">teststest</div>
  78. <div id="rightColumn">
  79. <div id="rightColumnMenu1">Menu 1</div>
  80. <div id="rightColumnMenu2">Menu 2</div>
  81. <div id="rightColumnMenu3">Menu 3</div>
  82. </div>
  83. <div id="siteFooter">stopka</div>
  84. </div>
  85.  
  86. </body>
  87. </html>


Ten post edytował eunix 26.12.2006, 14:29:18
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: 2.10.2025 - 22:40