I want to test out a mega menu and have created one using the CSS3 Menu builder and it works properly when I totally bypass the navbar code in vb 4.2.
However, I want to simply replace the current NAVTAB with this CSS menu, and no matter what I do, the new menu bar is pushed down outside of the navtab class/style call, instead of inside it.
This is the code in question, from the default "navbar" template ...
Code:
<div id="navbar" class="navbar">
<ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
{vb:raw template_hook.navtab_start}
{vb:raw navigation}{vb:raw CSS_Menu}
{vb:raw template_hook.navtab_end}
</ul>
.......
</div>
When I replace the "navtab" template with the new css menu and keep everything else the same I get this ...
...
But when I take out the class call in the initial <ul> then I get this ...
...
So thoughts? I've tried renaming the <ul> to be a <div> ... I'm just not familiar with how the vb style works to get this done. If I have to then I'll just remove everything, but then I have to figure out how to get the search box back in there, and like I said I'm just not good at this stuff and if it's going to be a pain then I'll either give up or hire someone to patch it together ...