Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [HTML][CSS] Połaczenie loga z menu:)
xxdrago
post
Post #1





Grupa: Zarejestrowani
Postów: 654
Pomógł: 42
Dołączył: 27.07.2010
Skąd: Jaworzno

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


Witam, jak połączyć to menu z logiem? Kod:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <title>Free-Kill.pl | Sklep</title>
  4. <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
  5. <meta name="language" content="pl" />
  6. <meta name="keywords" content="" />
  7. <meta name="description" content="" />
  8. <link href="menu_style.css" rel="stylesheet" type="text/css" />
  9. </head>
  10.  
  11. <img src="top.png" width="952" height="312" border="0" alt="Logo">
  12. <div id="menu">
  13. <ul>
  14. <li><a href="#">Strona główna</a></li>
  15. <li><a href="#">Regulamin</a></li>
  16. <li><a href="#">Informacje</a></li>
  17. <li><a href="#">Jak to działa?</a></li>
  18. <li><a href="#">Kup Premium na COD!</a></li>
  19. <li><a href="#">Kup Premium na Forum!</a></li>
  20. <li><a href="#">Kup Vipa na FFA!</a></li>
  21. </ul>
  22. </div>
  23. </div>
  24. </body>
  25. </html>



Oraz css:

Kod
#menu {
    background: #333;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#menu li {
    float: left;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
#menu a {
    background: #333 url("images/seperator.gif") bottom right no-repeat;
    color: #ccc;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
}
#menu a:hover {
    background: #2580a2 url("images/hover.gif") bottom center no-repeat;
    color: #fff;
    padding-bottom: 8px;


W efekcie wygląda to tak:
http://zapodaj.net/b4cd34134066.bmp.html
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: 4.10.2025 - 10:56