Quote:
Originally Posted by pantani
And how did you do it so easy?? 
|
That was me being a tad sarcastic, which doesnt translate well to a forum. ^^ Sorry about that, but I did end up using the dropdown guide from the article forum and just messed about with the template until it actually worked like I wanted it to.
https://vborg.vbsupport.ru/showthread.php?t=228338
Followed that, but replaced
Title: dropdown
Code:
Code:
<li class="popupmenu">
<a href="javascript://" class="popupctrl navtab" style="background:transparent url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center; padding-right: 15px">Drop Bombs</a>
<ul class="popupbody popuphover">
<li><a style="text-indent: 0px; color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink1.php">SubLink 1</a></li>
<li><a style="color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink2.php">SubLink 2</a></li>
<li><a style="color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink3.php">SubLink 3</a></li>
</ul>
</li>
with:
<li class="menu">
<a href="linktoarticlestaticpagewhatever" class="navtab" style="background:transparent url {vb:stylevar right} center; padding-right: 15px">Namethatshowsonnavbar</a>
</li>