Tabs

garanhaomen

New Member
hello to all

I wonder if anyone knows how a system of tabs like this:

Leave a link and a picture to see

h**p://www.dragteam.info/forum

What he does is determined by clicking the forum tab opens corresponding

Thanks
 
This is a Navbar that is using images instead of buttons. Should be pretty simple to set up once you have the images you want to use... its just adding a background image to each Navbar link instead of text.
 
You would need to edit the navbar template and add your image to the link for example,

The default FAQ is a text link:

HTML:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>

If you wanted to replace it with an image, you might do something like:

<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5"><img src="yourfaqimage.gif"></a></td>


A lot of the custom styles use images instead of text to display the navbar... HTH
 
Please see the link I left on top

DragTeam

I think that is not only a navbar because certain image when you click open the forum to see but must see and click on the images

Thanks
 
Back
Top