Source code
Revision control
Copy as Markdown
Other Tools
<head>
<style>
*[class="fixed"] { position: fixed; }
math, mtable, mtr { position: inherit; }
</style>
</head>
<body>
<div class="fixed">
<mtable>
<mtr class="fixed">
<mtd><mi>x</mi></mtd>
</mtr>
<mtr>
<mtd><mi>y</mi></mtd>
</mtr>
</mtable>
</math>
</div>
</body>
</html>