Customized Navbar - Adding Popup Menu

stripe

New Member
hello everybody,

not that easy for me but i started to make a custom navbar for blackstream 3.8.0. thats my code so far, screenie attached...

Code:
<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">	
<table class="navbox" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">	
<tr align="center">
<td>
<table cellpadding="0" cellspacing="0" border="0" align="center">
  <tr>		
<td width="80px"><a href="usercp.php"><img src="blackstream/blackstream_addon/nav2/usercp.gif" alt="Usercp" />
</a></td>
<td width="80px"><a href="search.php?do=getnew"><img src="blackstream/blackstream_addon/nav2/newposts.gif" alt="New Posts" />
</a></td>
<td width="80px"><a href="calendar.php"><img src="blackstream/blackstream_addon/nav2/calendar.gif" alt="Calendar" />
</a></td>
<td width="80px"><a href="faq.php"><img src="blackstream/blackstream_addon/nav2/faq.gif" alt="Help" />
</a></td>
<td width="80px"><a href=""><img src="blackstream/blackstream_addon/nav2/crew.gif" alt="Search" />
</a></td>
<td width="80px"><a href=""><img src="blackstream/blackstream_addon/nav2/links.gif" alt="Search" />
</a></td>
<td width="80px"><a href="search.php"><img src="blackstream/blackstream_addon/nav2/search.gif" alt="Search" />
</a></td>
<td width="80px"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><img src="blackstream/blackstream_addon/nav2/logout.gif" alt="Log Out" />
</a></td>
</td>
        </tr>
    </table>
</tr></table></div>
<!-- / nav buttons bar -->

what do i have to do for adding the popup menus for crew (community), quick links, search???
 
yes thx hoxxy, but tried this and somehow doesn´t work here... maybe its cuz of the icons?
could you show me on an example what the code should look like then in my template, maybe with "search" to get the pop up with quick search (posts/threads) and advanced search.

greetz
 
Back
Top