<!-- wonrze w samolocie :3 --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <meta name="Description" content="Testowa strona" /> <meta name="Keywords" content="Testowa strona" /> <meta name="Author" content="..." /> <head> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="ww"> <ul> </ul> </div> </body> </html>
Moje style.css:
body { background: black url(images/dj.png) no-repeat fixed center; position: relative; top: 250px; } .ww { position:relative; top: 160px; left: 490px; }
Co zrobić, aby nie było suwaka na dole?