Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [html][css] zle dziala menu
terabit
post
Post #1





Grupa: Zarejestrowani
Postów: 170
Pomógł: 4
Dołączył: 11.08.2006

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


Może ktoś mógłby pomóc (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg)
coś nie działa.. kombinuje od dłuższego czasu i zamiast 446px jest okolo 400, nie wiem czemu po bokach zostaja takie wolne miejsca...

oto kod:

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="test.css">
  4. </head>
  5. <body>
  6. <div id="menu">
  7. <div class="m">
  8. <ul>
  9. <li><a href="" title=""><img src="images/menu/home.gif" border="0"></a></li>
  10. <li><a href="" title=""><img src="images/menu/about.gif" border="0"></a></li>
  11. <li><a href="" title=""><img src="images/menu/how.gif" border="0"></a></li>
  12. <li><a href="" title=""><img src="images/menu/startups.gif" border="0"></a></li>
  13. <li><a href="" title=""><img src="images/menu/become.gif" border="0"></a></li>
  14. <li><a href="" title=""><img src="images/menu/services.gif" border="0"></a></li>
  15. </ul>
  16. </div>
  17. </div>
  18. </body>
  19. </html>


  1. #menu {
  2. width:446px;
  3. height:24px;
  4. float:left;
  5. margin-top:7px;
  6. text-align:left;
  7. background:red;
  8. display: inline;
  9. }
  10.  
  11. .m{
  12. width:446px;
  13. height:24px;
  14. float:left;
  15. margin-left:0px;
  16. display: inline;
  17. }
  18.  
  19. .m ul{
  20. margin:0px;
  21. width:446px;
  22. height:24px;
  23. float:left;
  24. text-align:left;
  25. display: inline;
  26. }
  27.  
  28. .m ul li{
  29. display:block;
  30. width:auto;
  31. float:left;
  32. padding: 0 9 0 9;
  33. text-align:left;
  34. background-color:#ffffff;
  35. display: inline;
  36. }
  37.  
  38. .m ul li a:hover{
  39. width:auto;
  40. float:left;
  41. height:24px;
  42. background-image:url(images/menu-background.gif);
  43. background-repeat:repeat-x;
  44. text-align:left;
  45. display: inline;
  46. }
  47.  
  48.  
  49. .m ul li img{
  50. margin-top:4px;
  51. display: inline;
  52. }
Go to the top of the page
+Quote Post

Posty w temacie
- terabit   [html][css] zle dziala menu   1.10.2008, 17:47:41
- - nrafal   Cytat(terabit @ 1.10.2008, 18:47:41 )...   1.10.2008, 19:50:16


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: 2.10.2025 - 17:51