blob: 0ed86427c91bf5590489a9deb5f5d3fcee4e7dd1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>test</title>
</head>
<body>
<div id="test" style="position: absolute;">test</div>
<script type="application/x-javascript">document.getElementById("test").style.position = "fixed";</script>
</body>
</html>
|