
Originally Posted by
romy
Edit this file: includes\templates\YOUR-TEMPLATE-FOLDER\common\tpl_header.php.
Find this code:
Code:
<!--bof-drop down menu display-->
<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
<!--eof-drop down menu display-->
Add the div tag around it, as previously mentioned. So, it looks like this:
Code:
<div class="flash"><!--bof-drop down menu display-->
<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
<!--eof-drop down menu display--></div>
That should do the trick! :)