Jay Lee |
07-22-2010 07:07 AM |
Quote:
Originally Posted by SoltanWorld
(Post 2071383)
Thanks dear,I think this would works :
Code:
<li><a class="navtab" href="YourLink">Link Title</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<li><a href="link">title</a></li>
{vb:raw template_hook.navbar_end}
</ul>
</li>
but when i check the original code of navbar template, it contains some raw like
{vb:raw template_hook.navbar_after_faq}
{vb:raw template_hook.navbar_after_pm}
and i think for popup menu it would work too
Code:
<li><a class="navtab" href="YourLink">Link Title</a>
<li class="popupmenu">
<a href="javascript://" class="popupctrl">navbar link title</a>
<ul class="popupbody popuphover">
<li><a href="link">sub menu title 1</a></li>
<li><a href="link">sub menu title 2</a></li>
<li><a href="link">sub menu title 3</a></li>
</ul>
</li>
</li>
|
Thanks for the code. Although it doesn't work yet, I think it's a good start. What happens is that the link appears over the other links. I'll do some more testing before I post more questions. This thing has been driving me crazy the last few days. But I still need to get it done, so with your help I think eventually I'll get there! :)
|