Quote:
Originally Posted by chadi
OK but as I mentioned before, <!-- / NAVBAR POPUP MENUS --> does not appear in header nor navbar. The actual nav menu is inside header anyway.
What should I do?
|
Oh I see ...you using Vbseo ...
I saw this in your header :<!-- / nav buttons bar -->
Add this cript above :<!-- / nav buttons bar -->
PHP Code:
<!-- extras pop start -->
<div class="vbmenu_popup" id="1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="vbmenu_option"> <a href="Link1"> Music 1</a></td></tr>
<tr><td class="vbmenu_option"><a href="Link 2">Music 2</a></td></tr>
<tr><td class="vbmenu_option"><a href="local_links.php">My MP3</a></td></tr>
</div>
<!-- extras pop end -->
remmember ...edit your <a href =" link" .....
Try it ...I am not sure it work or not ...because I don't have Vbseo .