Look at the following image and code:

<!doctype html>
<html>
<head>
<style>
body {
border: 1px solid red;
padding: 20px;
overflow: scroll;
}
</style>
</head>
<body></body>
</html>
The overflow: scroll inserts scroll bars inside the element, but the <body> element doesn't occupy the entire webpage, what is wrong with the scroll bars?
Thanks
width and height always 100%) and scrolls showing as you want. So ? What is the problem ? – Eray Feb 14 '11 at 23:01