mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
14 lines
261 B
HTML
14 lines
261 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div style="position: absolute;">Text</div>
|
|
<div style="display: inline-block; width: 100px; height: 100px;"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|