Mój index:
  1. <!-- wonrze w samolocie :3 -->
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  3. "http://www.w3.org/TR/html4/loose.dtd">
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
  5. <meta name="Description" content="Testowa strona" />
  6. <meta name="Keywords" content="Testowa strona" />
  7. <meta name="Author" content="..." />
  8. <head>
  9. <link href="style.css" rel="stylesheet" type="text/css" />
  10. <title>Matias Official</title>
  11. </head>
  12. <div class="ww">
  13.  
  14. <ul>
  15.  
  16. <li><a href="http://matthew-code.ugu.pl"><img src="images/wejdz.png" alt="Przejdz dalej" /></a>
  17. <a href="http://matthew-code.ugu.pl"><img src="images/wyjdz.png" alt="Przejdz dalej" /></a></li>
  18.  
  19. </ul>
  20. </div>
  21. </body>
  22. </html>


Moje style.css:

  1. body {
  2. background: black url(images/dj.png) no-repeat fixed center;
  3. position: relative; top: 250px;
  4. }
  5.  
  6. .ww {
  7. position:relative; top: 160px; left: 490px;
  8.  
  9. }


Co zrobić, aby nie było suwaka na dole?