Posted on: 12/29/2013 7:28:46 PM | Views : 801

I have spent over 4 hours reading and trying to use the numerous examples on the internet on how to make a menu work.  I have tried what seems to be every possible implementation of ..,  /,  ~, none of them, all of them, you name it, I tried them all.  This is agony, please help!
I am using a root folder called "forms" to store all my forms.  And I use a styles folder for the styles, and images for images, etc.  Inside my forms folder I have a seperate directory for each menu item: families, payments, charges, inventory, testing, reports, admin, etc.  So far, I have one landing page in each directory, but that will grow shortly.  I am using a ucMenu (user control) in my Master page for the menu.  It has no code behind.  Here it is:
<div id="menubar"> <ul id="menu"> <li class="selected"><a href="../forms/jo ...

Go to the complete details ...