marysecretary,
If you want to write the HTML code yourself, here is code that works for me
(gleaned from much advice on this newsgroup, including that from Jim
Buyens). It is a menu of drop down links to other sites.
The <style ...> and <script ...> are placed in the <head> section. The rest
goes in the <body> section where you want the menu table to appear.
<head>
..........
<style type="text/css">
..menu {position: absolute ; visibility: hidden ;}
</style>
<script type="text/javascript">
function showmenu(elmnt)
{ document.all(elmnt).style.visibility="visible" }
function hidemenu(elmnt)
{ document.all(elmnt).style.visibility="hidden" }
</script>
.....
</head>
<body>
.......
<div>
<table width="100%" border>
<tr>
<td onmouseover="showmenu('links')" onmouseout="hidemenu('links')">
<b>External Links</b><br>
(Scroll down)<br>
<table id="links" class="menu" width="100%" border>
<tr>
<td>
<a href="
http://whatever.com" target="_top">
(any text)</a>
</td>
</tr>
Repeat the row between and including <tr> and </tr> for each menu
item, changing the content as needed
</table>
</td>
</tr>
</table>
</div>
It may look a bit daunting, as my first attempt at writing HTML was, but
this actually works, so it is just a cut and paste and then alter and
duplicate code as required.
LOL
Trevor L.
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html