mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
9 lines
193 B
HTML
9 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('p2').style.position = 'fixed';">
|
|
|
|
<p style="right: 1em; bottom: 1em; position: fixed;">Foo</p>
|
|
<p id="p2">Bar</p>
|
|
|
|
</body>
|
|
</html>
|