Quote:
Originally Posted by bilalghouri hmm it worked , but there is a problem, the drop-down box is dropping on left side of button , but i want it to be dropped in center ,can u do it? |
In the navbar template.
FIND :
PHP Code:
<!-- custom dropdown menu -->
<div class="vbmenu_popup" id="dropdown1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
REPLACE :
PHP Code:
<!-- custom dropdown menu -->
<div class="vbmenu_popup" id="dropdown1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0" style="margin-left:80px">
If this doesn't work,
then theres not much I can do about it.
I hope it works.