Quick Nav:  Online Store   |   Login | Register

Sub Menus

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
kkilton
<20 Posts
Posts:3


07/31/2008 6:04 PM  

I have id="sub" showing up on each of my level 1-1 menu items, how can I get rid of it? Also, the sub menu shows up all the way to the right (and 1/2 line lower than the main menu) of the main menu instead of under the parent item. See picture attached.

Here is my setup info.

 


               

 

Tabs table

TabID    TabOrder  PortalID       TabName        IsVisible     ParentId    Level

233         2           4                   Search Jobs      1                 NULL        0

213         9           4                   Post Resume     1                 233             1

208         3           4                    Log In              1                233             1

 

Thanks

 


Attachment: 173145999971.bmp

kkilton
<20 Posts
Posts:3


08/01/2008 5:30 PM  

oops - it looks like my html didn't render. Here it is in a slightly different format...

[div class="mainNav" id="navbar"]
                [Snapsis:NavMenu ID="nav" Level="0-0" Type="Hover" AddMouseOver="true" ExcludeTabs="Admin,Host" ShowHidden="false" runat="server" /]
                [Snapsis:NavMenu ID="nav2" Level="1-1" Type="Tabs" ExcludeTabs="Admin,Host" ShowHidden="false" runat="server" /]
            [/div]

John Mitchell
Posts:3478


08/03/2008 7:19 PM  

Hi,

I've never seen the id="sub" text show up like that, and I don't have a good guess as to why it would.

The alignment on the child menu probably has something to do with how the html that holds them is laid out, but I'll be able to tell better if I have the layout.

If you could attach your skin, or a simple version skin that displays this error then I'll run it locally and see if I can track it down.

 

kkilton
<20 Posts
Posts:3


08/04/2008 10:54 AM  
I actually thought the skin might be the culprit over the weekend so I removed all skinning and changed all IDs. I still have the id="sub" showing up. Here is the markup:

[div]
[Snapsis:NavMenu ID="mynav" Level="0-0" Type="Hover" AddMouseOver="true" ExcludeTabs="Admin,Host" ShowHidden="false" runat="server" /]
[Snapsis:NavMenu ID="mynav2" Level="1-1" Type="Tabs" ExcludeTabs="Admin,Host" ShowHidden="false" runat="server" /]
[/div]

Shows up like this now:
* Home
* Career Fairs
* JobFolder

* id="sub"Log In
* id="sub"Advanced Job Search
* id="sub"Post Resume

Here is the actual output:
[div]
[div id="mynav"][div id="navParent" class="TabList"][ul class="Level0"][li style="z-index: 100;" id="mynav214" class="SelectedTab"][a href="http://www.biospace.dev/HomeLoggedIn/tabid/214/Default.aspx" title="Home"]Home[/a][/li][li style="z-index: 100;" id="mynav207"][a href="http://www.biospace.dev/CareerFairs/tabid/207/Default.aspx" title="Career Fairs"]Career Fairs[/a][/li][li style="z-index: 100;" id="mynav231"][a href="http://www.biospace.dev/JobFolder/tabid/231/Default.aspx" title="JobFolder"]JobFolder[/a][/li][/ul][/div][/div]
[div id="mynav2" class="TabList"][ul][li style="z-index: 100;" id="mynav2208" class="First-Child Level1"] id="sub"[a href="http://www.biospace.dev/SearchJobs/LogIn/tabid/208/Default.aspx" title="Log In"]Log In[/a][/li][li style="z-index: 100;" id="mynav2225" class="Level1"] id="sub"[a href="http://www.biospace.dev/SearchJobs/AdvancedJobSearch/tabid/225/Default.aspx" title="JobSearchEntry"]Advanced Job Search[/a][/li][li style="z-index: 100;" id="mynav2213" class="Last-Child Level1"] id="sub"[a href="http://www.biospace.dev/SearchJobs/PostResume/tabid/213/Default.aspx" title="Post/Edit Resume"]Post Resume[/a][/li][/ul][/div]

[/div]

OK - I figured it out. The skin had nothing to do with it. The 2nd menu item did though. I didn't understand how to use the control - only 1 per page and it handles the sub nav menus.

Thanks for your help.
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.



ActiveForums 3.7
Powered by: Snapsis Software