blob: bcb44e3552a464f2c14947fa285033fc3249e111 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#fixed {
position: fixed;
}
</style>
</head>
<body>
<div id="fixed">
Fixed positioned.
</div>
</body>
</html>