mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
10 lines
193 B
HTML
10 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>
|