Kod
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="html5reset-1.6.1.css" />
<style>
body, html {
width: 100%;
min-height: 500px;
background-color: #000000;
}
#menu_wrapper {
position: absolute;
width: 100%;
height: 88px;
bottom: 0;
}
#menu_background {
width: 100%;
height: 88px;
background-color: #00ff00;
}
</style>
</head>
<body>
<div id="menu_wrapper">
<div id="menu_background"></div>
</div>
</body>
</html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="html5reset-1.6.1.css" />
<style>
body, html {
width: 100%;
min-height: 500px;
background-color: #000000;
}
#menu_wrapper {
position: absolute;
width: 100%;
height: 88px;
bottom: 0;
}
#menu_background {
width: 100%;
height: 88px;
background-color: #00ff00;
}
</style>
</head>
<body>
<div id="menu_wrapper">
<div id="menu_background"></div>
</div>
</body>
</html>
Pasek na dole po pojawieniu się scrollera zaczyna uciekać do góry ?
Wiem, że jest temu winny min-height, ale jak to naprawić, jak temu zaradzić żeby to zawsze było na dole ?