Log in

View Full Version : Navbar Help


betts02
08-15-2012, 05:48 PM
OK i have a new site and theme which is here - http://www.casualgamingleague.com/forums/index.php

The navbar with "Home", UserCP", Etc is in not in the navbar template
Its in the Header template

I want to add some menus in this navbar with drop downs on each

Anyone know how i would add this ?

My template for this section is :

<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width: 248px;" rowspan="3"><a href="index.php"><img src="gameden/misc/header_logo.jpg" alt="" width="248" height="171" border="0"></a></td>
<td style="height: 34px; background-image:url(gameden/misc/links_above.jpg); background-repeat:no-repeat;"><div class="smallfont" align="right">
</div></td>
</tr>
<tr>
<td style=" background-image:url(gameden/misc/links_bg.gif);">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-top: 1px;" align="left"><img src="gameden/misc/links_left.gif" alt="" /></td>
<td style="padding-top: 1px;"><div align="center"><a href="index.php"><img src="gameden/misc/links_home.gif" alt="" border="0" /></a></div></td>
<if condition="$show['member']"></if>
<td style="padding-top: 1px;"><div align="center"><a href="usercp.php"><img src="gameden/misc/links_usercp.gif" alt="" border="0" /></a></div></td>

<if condition="$show['guest']">
<td style="padding-top: 1px;"><div align="center"><a href="register.php"><img src="gameden/misc/links_register.gif" alt="" border="0" /></a></div></td>
</if>
<td style="padding-top: 1px;"><div align="center"><a href="memberlist.php"><img src="gameden/misc/links_members.gif" alt="" border="0" /></a></div></td>
<td style="padding-top: 1px;"><div align="center"><a href="calendar.php"><img src="gameden/misc/links_calendar.gif" alt="" border="0" /></a></div></td>
<td style="padding-top: 1px;"><div align="center"><a href="faq.php"><img src="gameden/misc/links_faq.gif" alt="" border="0" /></a></div></td>
<td style="padding-top: 1px;"><div align="center"><a href="search.php"><img src="gameden/misc/links_search.gif" alt="" border="0" /></a></div></td>
<td width="100%" align="right"><img src="gameden/misc/links_right.gif" alt="" /></td>
</tr>
</table></td>
</tr>
<tr>
<td style="height: 97px; background-image:url(gameden/misc/header_under.jpg); background-repeat:no-repeat;"></td>
</tr>
</table>

<!-- content table -->

ForceHSS
08-15-2012, 07:03 PM
Did it come like that with the skin?

betts02
08-15-2012, 07:44 PM
Yes mate, Not changes at all apart from the temp logo and that was via FTP

Simon Lloyd
08-15-2012, 10:25 PM
If you want to add dropdowns you'd have to use css, take a look here http://www.htmldog.com/articles/suckerfish/dropdowns/

betts02
08-16-2012, 02:08 PM
I do not have a clue on how to change CSS as ive never had to and i dare say i would never get used to it as my brain lacks this skill,ha

I had a look at the links and it confused me so i still have no idea on how to achieve this with what i want

Lynne
08-16-2012, 02:36 PM
Right in the vB3 articles area: How To Add Drop Down Menus To Your Navbar (https://vborg.vbsupport.ru/showthread.php?t=122523)

betts02
08-16-2012, 02:45 PM
Ive already had a look at that Lynne as it was my first point of call but as it shows that is for the navbar template where my navbar is in my header template so i have no clue what to add and where