Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [css] centrowanie div li
blizniak
post
Post #1





Grupa: Zarejestrowani
Postów: 253
Pomógł: 0
Dołączył: 14.04.2005

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


  1. <div id="navigation">
  2. <ul>
  3. <li><a class="menu_top" href="/index.php" title="">Home</a></li>
  4. <li><a class="menu_top" href="/forum/" title="">Browse</a><li>
  5. <li><a class="menu_top" href="/newposts/" title="">Place an Advert</a></li>
  6. <li><a class="menu_top" href="/statistics.html" title="">Search</a></li>
  7.  
  8. <li><a class="menu_top" href="/index.php?do=feedback" title="">Contact</a></li>
  9.  
  10.  
  11.  
  12. </ul>
  13.  
  14. </div>


  1. div#navigation {
  2. padding: 0;
  3. margin: 0;
  4. height: 40px;
  5. overflow: hidden; /*Jeżeli elementy bloku będą wychodzić poza jego granice mogą zostać przycięte.*/
  6. background: #2d2d2d url(../images/nav_bg.png) left -28px repeat-x;
  7. text-align: center;
  8. position: relative;
  9. }
  10.  
  11. div#navigation ul{
  12. display: block;
  13. color: #6a6a6a;
  14. font-size: 11px;
  15. font-family: Tahoma, Verdana, Helvetica, sans-serif;
  16. height: 40px;
  17. margin: 0 auto;
  18.  
  19. }
  20.  
  21. div#navigation a {
  22. display: block;
  23. float: left;
  24. height: 40px;
  25. line-height: 40px;
  26. padding: 0 25px;
  27. color: #FFF;
  28. font-weight: bold;
  29. background: url(../images/nav_link.png) right -28px no-repeat;
  30. outline: none;
  31. text-decoration: none;
  32. }
  33.  
  34. div#navigation a:hover {
  35. color: #480000;
  36. background: #ff8c00 url(../images/nav_link.png) left -96px repeat-x;
  37. font-size: 11px;
  38. font-weight: bold;
  39. text-decoration: none;
  40. outline: none; /*Styl definiuje właściwości obramowania*/
  41. }


jak zrobie tak ze dodam szerokosc
  1. div#navigation ul{
  2. display: block;
  3. color: #6a6a6a;
  4. width: 400px;
  5. font-size: 11px;
  6. font-family: Tahoma, Verdana, Helvetica, sans-serif;
  7. height: 40px;
  8. margin: 0 auto;
  9.  
  10. }

to niby jest ok ale i tak wywala sie to np jak zmniejsze okno przegladarki to nie widac tego menu nawet
Go to the top of the page
+Quote Post

Posty w temacie


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 - 06:29