mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|