keeperofstars,
I also have a houseMenu question for you. I got the menu installed and dropped the module into a pane (dnn_NavigationPane) and I'm able to access the module settings and set a css style, etc.. but on my anchors and list items I have no ID tags (which I have seen on other websites)... for example, here is the code my housemenu generates:
<ul id="HouseMenuH">
<li><a href="(web address)" title="Home">Home</a></li>
<li><a href="(web address)/About/tabid/55/Default.aspx" title="About" class=>About</a></li>
<li><a href="(web address)/Solutions/tabid/56/Default.aspx" title="Solutions" class=>Solutions</a></li>
<li><a href="(web address)/KnowledgeCenter/tabid/57/Default.aspx" title="Knowledge Center" class=>Knowledge Center</a></li>
<li><a href="(web address)/Customers/tabid/58/Default.aspx" title="Customers" class=>Customers</a></li>
<li><a href="(web address)/Partners/tabid/59/Default.aspx" title="Partners" class=>Partners</a></li>
<li><a href="(web address)/ContactUs/tabid/60/Default.aspx" title="Contact Us" class=>Contact Us</a></li>
</ul>
Here is the HouseMenu on the HouseOfNuke website:
<ul id="HouseMenuNav">
<li id="HouseMenuNavItemHome"><a href="http://www.houseofnuke.com" title="Home">Home</a></li>
<li id="HouseMenuNavItem407"><a id="HouseMenuNavLink407" href="http://www.houseofnuke.com/Projects/tabid/407/Default.aspx" title="Projects" tabindex="1">Projects</a>
<ul><li id="HouseMenuNavItem414"><a id="HouseMenuNavLink414" href="http://www.houseofnuke.com/Projects/HouseIndex/tabid/414/Default.aspx" title="HouseIndex" tabindex="1">HouseIndex</a></li>
<li id="HouseMenuNavItem410"><a id="HouseMenuNavLink410" href="http://www.houseofnuke.com/Projects/HouseMenu/tabid/410/Default.aspx" title="HouseMenu Module & SkinObject" tabindex="1">HouseMenu</a></li>
</ul></li>
<li id="HouseMenuNavItem411"><a id="HouseMenuNavLink411" href="http://www.houseofnuke.com/Forums/tabid/411/Default.aspx" title="Forums" tabindex="1">Forums</a></li>
<li id="HouseMenuNavItem406"><a id="HouseMenuNavLink406" href="http://www.houseofnuke.com/Downloads/tabid/406/Default.aspx" title="Downloads" tabindex="1">Downloads</a></li>
</ul>
Notice on the Anchors there are ID parameters, like (<a id="HouseMenuNavLink406") How can I get my HouseMenu to generate these ID attributes??
If anyone could help, I'm on a tight deadline and need to get this figured out today if possible.
Thanks,
Charles
superdmon