2009-11-29 18:44:02 -08:00
|
|
|
<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>
|