-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenu.html
48 lines (40 loc) · 842 Bytes
/
menu.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<STYLE TYPE="text/css">
<!--
table.menuTop {background: black;}
table.menuBottom {background: red;}
a {text-decoration: none;}
td.menuTop {text-align: center; color: white;}
td.menuBottom {text-align: center; color: black;}
-->
</STYLE>
<span style="position: absolute; top: 0px;
left: 0px; z-index: 1;">
<img>
</span>
<table align=center class=menuTop>
<tr>
<td class=menuTop>
<a href= MeOld/index.html>Me Old</a>
</td>
<td class=menuTop>
|
</td>
<td class=menuTop>
<a href= MeNew/index.html>Me New</a>
</td>
<td class=menuTop>
|
</td>
<td class=menuTop>
<a href= BandOld/index.html>Band Old</a>
</td>
<td class=menuTop>
|
</td>
<td class=menuTop>
<a href= BandNew/index.html>Band New</a>
</td>
</tr>
</table>
</html>