hey there,

im struggling with adding buttons to the nav bar, ive added this code to the tpl_top_nav but i cant make it go darker when pressed,
it links to page&id=2 witch is a ez-page i added via admin panel

also what does TOP_MENU_ do? if i alter one of the other buttons from eg, TOP_MENU_SPECIALS to TOP_MENU_BARGAINS the entire 3 words show in the site instead of the last word?


also not live yet so cant link.

<?php
if ($current_page_base == 'page&id=2') { $active = 'tab_active';
} else { $active = '';
}?>
<li id="<?php echo $active;?>"><a href="index.php?main_page=page&id=2"><?php echo FAQ;?></a></li>