<html> | |
<head> | |
<link rel="stylesheet" href="resources/default.css"> | |
</head> | |
<body style="height:2000px;"> | |
<!-- You should see 1 green rectangle in the output and no red. --> | |
<div id="absoluteDiv" style="top:100px; left:100px;" class="absolute green"></div> | |
</body> | |
</html> |