blob: bf3cbb737a2d3f174e8d5aaf0f8273181640b815 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="default.css"/>
</head>
<body>
<div style="position: fixed;bottom: 5px;right: 5px;width: 50%;height: 50%;z-index:-1000;">
<p>Display</p>
</div>
<div style="position: fixed;bottom: 5px;left: 5px;width: 50%;height: 50%;z-index:-1000;">
<p>Index</p>
</div>
<div style="position: fixed;top: 5px;right: 5px;z-index:-1000;">
<p> Top Right</p>
</div>
<div style="position: fixed;top: 5px;left: 5px;z-index:-1000;">
<table>
<tr>
<td class="topmenu"><a href="/text/scalc/main0000.xhp">Calc</a></td>
<td class="topmenu"><a href="/text/swriter/main0000.xhp">Writer</a></td>
<td class="topmenu"><a href="/text/simpress/main0000.xhp">Impress</a></td>
<td class="topmenu"><a href="/text/sdraw/main0000.xhp">Draw</a></td>
<td class="topmenu"><a href="/text/schart/main0000.xhp">Chart</a></td>
<td class="topmenu"><a href="/text/smath/main0000.xhp">Math</a></td>
<td class="topmenu"><a href="/text/shared/explorer/database/main.xhp">Base</a></td>
</tr>
</table>
</div>
</body>
</html>
|