Help with simple(?) menu

admin

Administrator
Staff member
I have a simple one column table down the left side of my pages. All but two of the rows contain text links to other pages. The two that don't, contain text strings such as FAQ and About. Each of these two has a submenu. Each submenu is a one column table containing text links. I want the submenus to be displayed when the user mouses over the non-linked text. For example, the user mouses over FAQ, I want the faq menu table to be displayed below it.

To get a better idea of what I mean, go to <!-- m --><a class="postlink" href="http://www.chaverware.com/newsite/menudemo.asp">http://www.chaverware.com/newsite/menudemo.asp</a><!-- m -->.

I'm trying to build the sub menu tables using document.createElement type methods. I find I can make the cell text bold or change the font face, but I can't do both. I also can't make it a link. Finally, when I try to mouse into the sub menu table, it disappears.

I'm attachine the current state of my code. You an also see it at <!-- m --><a class="postlink" href="http://www.chaverware.com/newsite/menutest.asp">http://www.chaverware.com/newsite/menutest.asp</a><!-- m -->. Mouse over Support. What am I doing wrong? Is there an easier way?
 
Back
Top