Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> problem z menu przesuwa się w dół
nikestylex7
post
Post #1





Grupa: Zarejestrowani
Postów: 386
Pomógł: 7
Dołączył: 22.04.2010
Skąd: Ziemia

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


Po kliknięciu w odnośnik menu przesuwa sie w dół. Oto screeny i kody.Jak temu zaradzić ?

(IMG:http://www.iv.pl/images/38016143938157426025.jpg)

  1. <div id="gora" >
  2. <div id="menu" >
  3. <ul>
  4. <li class="active"><a href="index.php" target="_top"><?php echo LANG_MENU_HOME; ?></a></li>
  5. <li><a href="http://forum.thestreetrace.com" target="_top"><?php echo LANG_MENU_FORUM; ?></a></li>
  6. <li><a href="profil.php" target="_top" ><?php echo LANG_MENU_PROFIL; ?></a></li>
  7. <li><a href="pomoc.php" target="_top" ><?php echo LANG_MENU_HELP; ?></a></li>
  8. <li><a href="kontakt.php" target="_top" ><?php echo LANG_MENU_CONTACT; ?></a></li>
  9. <li><a href="ranking.php" target="_top" ><?php echo LANG_MENU_RANKING; ?></a></li>
  10. <li><a href="pozyczka.php" target="_top" ><?php echo LANG_MENU_PREMIUM; ?></a></li>
  11. <li><?php
  12. if(isSet($_SESSION['alamakotaaaa'])){
  13. echo '<a href="wyloguj.php" target="_top">'.LANG_MENU_LOGOUT.'</a>';
  14. }
  15. else{
  16. echo '<a href="rejestracja.php" target="_top">'.LANG_MENU_REGISTRATION.'</a>';
  17. }
  18. ?></li>
  19. </ul>
  20. </div>
  21. </div>



#gora {
height: 37px;
background: url(images/image_menu.gif) repeat-x;

}

#menu {
width: 700px;
height: 27px;
margin: 0 auto;
align:center;
}

#menu ul {

padding: 7px 0 0 0;
list-style: none;
}
#menu li {
display: inline;
}

#menu a {
display: block;
float: left;
height: 25px;
margin: 0 5px 0 0;
padding: 2px 15px 0 15px;
background: url(images/image_menu2.gif) repeat-x;
border: 1px solid #222222;
text-align: center;
font-size: 9px;
font-weight: bold;
color: #FFFFFF;
}

#menu a:hover {
background-image: url(images/przyciski.gif);
text-decoration: none;
}

#menu .active a {
background-image: url(images/glowny.gif);
}
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
vokiel
post
Post #2





Grupa: Zarejestrowani
Postów: 2 592
Pomógł: 445
Dołączył: 12.03.2007

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


U mnie w ff było ok. Może tak (bez definiowania wysokości, i tak się rozciągnie wg dziecka):
  1. #menu ul {
  2. list-style:none outside none;
  3. margin:8px 0px 0px 0px;
  4. overflow:auto;
  5. padding:0px;
  6. }
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: 23.09.2025 - 22:13