Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [HTML][CSS] Problem z budową
Turson
post
Post #1





Grupa: Zarejestrowani
Postów: 4 291
Pomógł: 829
Dołączył: 14.02.2009
Skąd: łódź

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


Mam problem z poniższym kodem. Otóż istnieje w divie "content" - napis jest dziwnie wyśrodkowany (środek+przesuniecie w prawo) a nie chce zeby byl na srodku, obramowanie jest bez gornej krawedzi.
  1. body{background:white;margin:0px auto;width:970px;}
  2. .lewo{
  3. width:559px;float:left;}
  4. .prawo{
  5. width:411px;float:right}
  6. .logo{
  7. background:url(images/logo.jpg)no-repeat;width:559px;height:176px;}
  8. .menubg{
  9. background:url(images/menubg.jpg)no-repeat;width:411px;height:170px;}
  10. .menu{margin:0px auto;width:320px;padding-top:50px;}
  11. .menu1{
  12. background:url(images/menu1.png)no-repeat;width:150px;height:90px;}
  13. .menu1:hover{
  14. background:url(images/menu1_h.png)no-repeat}
  15. .menu2{
  16. background:url(images/menu2.png)no-repeat;width:150px;height:90px;}
  17. .menu2:hover{
  18. background:url(images/menu2_h.png)no-repeat}
  19. .m_left{float:left}
  20. .m_right{float:right}
  21. /* CONTENT */
  22. .content{margin:0px auto;width:800px;border:1px solid #c3c3c3;height:auto;}
  23. .titlebox{font-size:20px
  24. }

  1. <div class="lewo">
  2. <div class="logo"></div>
  3. </div>
  4. <div class="prawo">
  5. <div class="menubg">
  6. <div class="menu">
  7. <div class="m_left">
  8. <a href="#edycja"><div class="menu1"></div></a>
  9. </div>
  10. <div class="m_right">
  11. <a href="#ustawienia"><div class="menu2"></div></a>
  12. </div>
  13. </div>
  14. </div>
  15. </div>
  16. <div class="content">
  17. <div class="titlebox">
  18. <span class="title">Panel administratora</span>
  19. </div>
  20. </div>
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 3)
Ruch Radzionków
post
Post #2





Grupa: Zarejestrowani
Postów: 311
Pomógł: 25
Dołączył: 29.08.2011

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


a gdzie chcesz miec usytułowany ten text
Go to the top of the page
+Quote Post
Turson
post
Post #3





Grupa: Zarejestrowani
Postów: 4 291
Pomógł: 829
Dołączył: 14.02.2009
Skąd: łódź

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


Pod wszystkim tj. logo, menu
Go to the top of the page
+Quote Post
Ruch Radzionków
post
Post #4





Grupa: Zarejestrowani
Postów: 311
Pomógł: 25
Dołączył: 29.08.2011

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


bo miałeś tabele ustawioną na 800px

zamieniłem na 100%
tu masz rezultat:
Kod
.content{margin:0px auto;width:100%;border:1px solid #c3c3c3;height:auto;}
Go to the top of the page
+Quote Post

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: 25.08.2025 - 06:52