Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> Akapit od nowej linii
yatq
post 4.05.2012, 16:27:09
Post #1





Grupa: Zarejestrowani
Postów: 10
Pomógł: 0
Dołączył: 16.03.2012

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


Witam,

jako że nastała pora nauczyć się w końcu CSS, od razu napotkałem dość uporczywy (jak dla zielonego) problem. przedstawię na poniższym obrazku



Otóż akapit, zamiast zaczynać się pod menu, zaczyna się obok niego. Nie wiem co jest grane, a walczę z tym banałem już dobre 2 godziny.

Kod HTML
  1. <!DOCTYPE html>
  2. <head>
  3. <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
  4. <link href=\"css/style.css\" type=\"text/css\" rel=\"stylesheet\" media=\"screen,projection\" />
  5. </head>
  6. <body>
  7. <div id=\"layout\">
  8. <div id=\"nav\" class=\"box\">
  9. <ul>
  10. <li><a href=\"#\">Lista 1</a></li>
  11. <li><a href=\"#\">Lista 2</a></li>
  12. <li><a href=\"#\">Lista 3</a></li>
  13. <li><a href=\"#\">Lista 4</a></li>
  14. <li><a href=\"#\">Lista 5</a></li>
  15. </ul>
  16. </div>
  17. <div id=\"container\">
  18. <p>Tutaj trzeba coś napisać.</p>
  19. </div>
  20. </div>
  21. <?php
  22. // put your code here
  23. ?>
  24. </body>
  25. </html>

Kod CSS
  1. * { margin:0; padding:0; }
  2. body {
  3. padding: 0 0;
  4. background: #771818 url(\'../img/bg.png\') repeat-x;
  5. font-family: \"arial\",sans-serif;
  6. font-size: 13px;
  7. line-height:24px;
  8. color: #e8eaeb;
  9. text-align: center;
  10. }
  11.  
  12. #layout {
  13. width:790px;
  14. margin:0 auto;
  15. text-align:left;
  16. }
  17.  
  18. #nav ul, ul li {
  19. display: block;
  20. list-style: none;
  21. margin: 0;
  22. padding: 0;
  23. }
  24.  
  25. #nav ul {
  26. position: relative;
  27. }
  28.  
  29. #nav ul li {
  30. float: left;
  31. border-width: 0 1px 1px 1px;
  32. border-style: solid;
  33. border-color: black;
  34. }
  35.  
  36. #nav ul a:link, ul a:visited {
  37. text-decoration: none;
  38. display: block;
  39. width: 120px;
  40. text-align: center;
  41. padding: 5px 0;
  42. font-weight: bold;
  43. background-color: #c00c30;
  44. color: #def;
  45. border-top: 10px solid #6f0000;
  46. }
  47.  
  48. #nav ul a:hover {
  49. background-color: #28e;
  50. color: #fff;
  51. border-top: 20px solid #26d;
  52. }
  53.  
  54. #container {
  55. padding-top: 12px;
  56. }


Ten post edytował yatq 4.05.2012, 16:35:20
Go to the top of the page
+Quote Post
Niktoś
post 4.05.2012, 16:31:59
Post #2





Grupa: Zarejestrowani
Postów: 1 195
Pomógł: 109
Dołączył: 3.11.2011

Ostrzeżenie: (10%)
X----


Nie wiem, czy o to chodzi, spróbuj:

  1. #nav ul {
  2.  
  3. position: relative;
  4. clear:right;
  5. }


Ten post edytował Niktoś 4.05.2012, 16:32:24
Go to the top of the page
+Quote Post
yatq
post 4.05.2012, 16:34:21
Post #3





Grupa: Zarejestrowani
Postów: 10
Pomógł: 0
Dołączył: 16.03.2012

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


Cytat(Niktoś @ 4.05.2012, 17:31:59 ) *
Nie wiem, czy o to chodzi, spróbuj:

  1. #nav ul {
  2.  
  3. position: relative;
  4. clear:right;
  5. }



Niestety, dalej to samo.
Go to the top of the page
+Quote Post
Niktoś
post 4.05.2012, 16:39:02
Post #4





Grupa: Zarejestrowani
Postów: 1 195
Pomógł: 109
Dołączył: 3.11.2011

Ostrzeżenie: (10%)
X----


Może spróbuje jeszcze:
  1. #container {
  2. padding-top: 12px;
  3. display:block;
  4. }


A masz to gdzieś na żywo umieszczone?Jak tak to podaj linka.

Ten post edytował Niktoś 4.05.2012, 16:40:34
Go to the top of the page
+Quote Post
r4xz
post 4.05.2012, 19:21:10
Post #5





Grupa: Zarejestrowani
Postów: 673
Pomógł: 106
Dołączył: 31.12.2008

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


  1. #container {
  2. padding-top: 12px;
  3. clear: both;
  4. }


--------------------
Go to the top of the page
+Quote Post
yatq
post 5.05.2012, 13:50:04
Post #6





Grupa: Zarejestrowani
Postów: 10
Pomógł: 0
Dołączył: 16.03.2012

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


Cytat(r4xz @ 4.05.2012, 20:21:10 ) *
  1. #container {
  2. padding-top: 12px;
  3. clear: both;
  4. }


Dzięki, o to chodziło.

Poszło 'pomógł' smile.gif baaasmiley.gif
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 Wersja Lo-Fi Aktualny czas: 12.07.2025 - 15:20