Sandeep's Nook: JavaScript Page
Expandable Sliding Links Menu
On the left of this page in yellow is the expandable sliding links menu. Hovering the mouse on top
of the word LINKS slides out a links menu. You can add any number of links to the menu to
best suit your needs!
Author: Sandeep Gangadharan
Home Page: http://www.sivamdesign.com/home/
The script is given below:
This goes in the HEAD of the html file:
This goes in the BODY of the html file:
<script>typeStart()</script>
<table border="0" width="250" bgcolor="#ffff00" cellpadding="0" cellspacing="0" class="outerTable">
<tr>
<td bgcolor="#c0c0ff" width="15" align="center" valign="middle" rowspan="6">
</td><td width="210" bgcolor="#c0c0ff">
</td>
<td bgcolor="#ffff00" width="25" align="center" valign="middle" rowspan="6" class="linkText">
<b>L<br />I<br />N<br />K<br />S<br /></b>
</td></tr>
<tr><td>
<!-- edit the links below to suit your needs. Users can add as many links as they want. -->
<table border="0" width="210" bgcolor="#ffffff" cellpadding="1" cellspacing="0" class="innerTable">
<tr><td>
<div class="theDiv">
<a href="http://www.microsoft.com/"><b>Microsoft Corp.</b></a>
</div>
</td></tr>
<tr><td>
<div class="theDiv">
<a href="http://home.netscape.com/"><b>Netscape Corp.</b></a>
</div>
</td></tr>
<tr><td>
<div class="theDiv">
<a href="http://www.macromedia.com"><b>Macromedia Inc.</b></a>
</div>
</td></tr>
<tr><td style="border-bottom: #000000 1px solid">
<div class="theDiv">
<a href="http://www.symantec.com"><b>Symantec Corp.</b></a>
</div>
</td></tr>
</table>
<!-- do not edit below. -->
</td></tr>
<tr><td width="210" bgcolor="#c0c0ff"> </td>
</tr>
</table>
<script>typeEnd()</script>