Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> problem z menu poziomym
przesq
post 13.12.2012, 09:18:14
Post #1





Grupa: Zarejestrowani
Postów: 15
Pomógł: 0
Dołączył: 7.11.2010

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


Witam,
Mam do zrobienia prostą stronkę i mam menu, które różnie w różnych przeglądarkach wygląda - w firefox jest do przyjęcia. Dodatkowo chciałbym aby całość była na środku.
Jak dam na początku div align="center" to jest na środku, ale wiem, że align="center" nie jest poprawnym rozwiązaniem.
Kawałek kodu:
  1. <style type="text/css">
  2. /* <![CDATA[ */
  3.  
  4. html, body {
  5. font-family: Verdana, Geneva, Arial, sans-serif;
  6. font-size: 12px;
  7. padding: 0px;
  8. margin: 0px;
  9. height: 100%;
  10. background-color: #777777;
  11. }
  12.  
  13. #NAGLOWEK {
  14. width: 998px;
  15. text-align: center;
  16. background-color: black;
  17. }
  18.  
  19. #NAGLOWEK ul {
  20. display: inline;
  21. list-style-type: none;
  22. margin: 0;
  23. padding: 0;
  24. font-size: 12px;
  25. text-align: center;
  26. width: 800px;
  27. }
  28. #NAGLOWEK ul li {
  29. display: table-cell;
  30. list-style-type: none;
  31. padding: 14px;
  32. margin: 0;
  33. white-space: nowrap;
  34. background-color: white;
  35. text-align: center;
  36. min-width: 120px;
  37. }
  38.  
  39. /* ]]> */
  40.  
  41. <div id="NAGLOWEK">
  42. <ul>
  43. <li><a href="">Strona główna</a></li><li style="border-left: solid 2px #ff6633;"><a href="">Strona 2</a></li><li style="border-left: solid 2px #ff6633;"><a href="">Strona 3asdf</a></li><li style="border-left: solid 2px #ff6633;"><a href="">Strona 4f</a></li><li style="border-left: solid 2px #ff6633;"><a href="">Strona 5aaa</a></li>
  44. </ul>
  45. </div>
  46.  


Jak sprawdzam ten kawałek kodu to w IE ułożyło się jeden pod drugim natomiast na stronie mam prawidłowo.
W chrome jest do lewej strony.

Może ma ktoś lepszy pomysł na to - miałem to menu na tabeli zrobione, ale nie chcę stosować tabel.
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 Wersja Lo-Fi Aktualny czas: 27.06.2025 - 04:41