mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14 lines
287 B
HTML
14 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="-moz-transform: translate(50px, 50px); border: 1px solid red; width: 7ch;">
|
|
A
|
|
<div id="f" style="left: 50px; top: 100px; border: 1px solid blue; width: 7ch; position: fixed;">
|
|
0
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|