Here is my code:
<html>
<head></head>
<body>
<div style="width:300px;height:3000px;position:absolute;top:0;left:0;margin-bottom:1000px;background-color:#00f;">
</div>
</body>
</html>
The idea is to have a 3000 px high block and then a 1000 px space. But the space is ignored when I test the code in Safari. Works fine in Chrome though. Not sure in IE. What should I do?