The English Riviera Comedy Film Festival 2008!

bu sitedeki gibi nasıl yapabiliriz?(alta doğru kayan resim) baktım kodlarına falan ama yapamadım..

daha doğrusu şöyle yaptım denemek için not defterini açtım
<html>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<body>
<!-- Waves -->
<div id="waves"><!-- empty :-( --></div>
</body>
</head>
</html>
bunu html olarak kaydettim..

sonra aynı yukarıdaki sitede olduğu gibi css kodlarını yazıp css dosyası oluşturdum..

/* Waves ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
#waves {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 44px;
    z-index: 99;
    background: url(bg-waves.png) repeat-x;
}
sonuç: olmadı