position: fixed; bottom: 0px; does not work!
-
zentahakan last edited by
<!DOCTYPE html>
<html lang="tr">
<head>
<style type="text/css">
div#sara
{position:fixed;
width:60px;
height:60px;
background:red;
bottom:0px;
}
</style>
</head>
<body>
<div id="sara">
</div>
</body>
</html>it's d'not work! Help please!